You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On iOS, when a notification is updated using .update(), the registered callback is called but the original notification is passed to the callback, not the new version. To get the new data for the notification in the update callback I have to call cordova.plugins.notification.local.get( notification.id, callback_to_process_updated_notification ). Is this the intended behavior?
The text was updated successfully, but these errors were encountered:
On iOS, when a notification is updated using .update(), the registered callback is called but the original notification is passed to the callback, not the new version. To get the new data for the notification in the update callback I have to call cordova.plugins.notification.local.get( notification.id, callback_to_process_updated_notification ). Is this the intended behavior?
The text was updated successfully, but these errors were encountered: