capacitor-plugins icon indicating copy to clipboard operation
capacitor-plugins copied to clipboard

Push Notifications not working on iPadOS 16.4 but worked on iPhone 17 and 18

Open Martos opened this issue 10 months ago • 2 comments

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

Martos avatar Feb 12 '25 14:02 Martos

I followed this guide: https://capacitorjs.com/docs/guides/push-notifications-firebase

Martos avatar Feb 12 '25 15:02 Martos

done a quick test on iPadOS 16.7 with a similar configuration:

it works well.

cloudmmapp avatar Jul 19 '25 11:07 cloudmmapp