Push notifications for ios

Push notifications for ios

by Khalid Jaber -
Number of replies: 4

Hi, 

I have question about airnotifier for ios, I wish to find the answer.

Have I to setup firebase configuration for ios like android

Or

Use airnotifier directly for ios without Google firebase service ? If without Google service for ios, what I have to change or add in Moodle ios code?

Because I got the following error for ios devices 

{ "error": { "code": 400, "message": "The registration token is not a valid FCM registration token", "status": "INVALID_ARGUMENT", "details": [ { "@type": "type.googleapis.com/google.firebase.fcm.v1.FcmError", "errorCode": "INVALID_ARGUMENT" } ] } }

Thanks in advance 

Average of ratings: -
In reply to Khalid Jaber

Re: Push notifications for ios

by Romeo S -
Hi,

Did you find a solution? I am currently experiencing exactly the same with the latest AirNotifier and Moodle Mobile codebase 3.9.4. It works fine on Android but for iOS devices I get the same error message.

Thank you.
In reply to Romeo S

Re: Push notifications for ios

by Khalid Jaber -
Hi,
I built the app again. after that, all errors have been solved
Thanks
In reply to Khalid Jaber

Re: Push notifications for ios

by Romeo S -
Thanks for your reply.

Did you do anything different the second time you built the app again?