Im making a flutter caht app, and im trying to get push notifications to work. It works on Android, so I know the code I have is working fine: it is something specific with android. I followed firebase’s steps closely, to list what I have so far:
app bundle id is for sure the same between ios and firestore
APN authentication key setup with team value and app key
Anything Im missing? Really no idea what it could be.
2
Answers
I found the solution for me was that I was trying to implement both an APN auth key, and APN certificate. When i changed my app through app store connect to only the auth key, it worked.
I also used a real device to test.
Few things you can check