capacitor-plugins
capacitor-plugins copied to clipboard
Push Notifications not working on iPadOS 16.4 but worked on iPhone 17 and 18
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
I followed this guide: https://capacitorjs.com/docs/guides/push-notifications-firebase
done a quick test on iPadOS 16.7 with a similar configuration:
- capacitor/[email protected]
- capacitor/[email protected]
it works well.