iOS not receiving push notifications (Android working fine) - How to debug? #7150
Unanswered
rubenferreira97
asked this question in
Q&A
Replies: 1 comment
-
+1 the same issue |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am having problems on receiving notifications on iOS either sent by firebase console (notification test by specifying an apnsToken) or by a curl request using the legacy HTTP Protocol (only notification, no iOS or Android payload sent).
On Android both methods work fine and the notifications are received.
I have followed all the specified steps on the documentation without success:
More info:
I can get APNs IDs on both iOS and Android, so I guess the problem is not in firebase (core) configuration but maybe on firebase messaging. However, the iOS APN (only caps lock characters and numbers) seems really different from a Android APN. Is it normal?
I did not mess with FirebaseAppDelegateProxyEnabled, even thought I receive the following message: FIRMessaging Remote Notifications proxy enabled, will swizzle remote notification receiver handlers.
I know that the curl request returns 200 OK (response code and I am receiving the notification on Android).
Any step that I am forgetting? How can I debug this?
Beta Was this translation helpful? Give feedback.
All reactions