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
PushNotifications.addListener('registration', (token: Token) => {}); not firing on iPadOS 16.4 when PushNotifications.register(); is called. But it work fine on iOS 17 and 18
Expected Behavior
Calling the 'registration' listener
The text was updated successfully, but these errors were encountered:
Bug Report
Plugin(s)
capacitor/[email protected]
Capacitor Version
Latest Dependencies:
@capacitor/cli: 7.0.1
@capacitor/core: 7.0.1
@capacitor/android: 7.0.1
@capacitor/ios: 7.0.1
Installed Dependencies:
@capacitor/core: 7.0.1
@capacitor/cli: 7.0.1
@capacitor/android: 7.0.1
@capacitor/ios: 7.0.1
Platform(s)
iOS
Current Behavior
PushNotifications.addListener('registration', (token: Token) => {}); not firing on iPadOS 16.4 when PushNotifications.register(); is called. But it work fine on iOS 17 and 18
Expected Behavior
Calling the 'registration' listener
The text was updated successfully, but these errors were encountered: