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
Does this mean removeAllListeners doesn't work on ios?
For me it seems not to work, push-notifications are still received and displayed by the device after calling ushNotifications.removeAllListeners()
The promise resolves with "-1".
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of the plugin, please create a new issue and ensure the template is fully filled out.
Bug Report
Plugin(s)
app
browser
keyboard
local-notifications
network
push-notifications
screen-reader
Capacitor Version
3
Platform(s)
iOS
Current Behavior
removeAllListeners has CAPPluginReturnNone return type on iOS
Expected Behavior
removeAllListeners should have CAPPluginReturnPromise return type on iOS as types say they return a promise
Code Reproduction
Other Technical Details
Additional Context
it also needs
related to ionic-team/capacitor#5357
The text was updated successfully, but these errors were encountered: