Reputation: 1
Flutter ios firebase push notification works well on simulator or browserstack, but it does not works on real IOS device.
I am using APNs Auth Key. IPhone 13., ios version 17. After upload testflight, It works well on broswerstack or simulator, but it does not work on real device.
Upvotes: 0
Views: 879
Reputation: 196
For your problem I recommend you to check these differents points:
You can find some extra information to help you to find your problem https://firebase.blog/posts/2017/01/debugging-firebase-cloud-messaging-on
I hope this will help you.
Upvotes: 0