xamarin.ios - Xamarin iOS Push Notifications stopped working after minor changes -
i have been following this documentation , i’ve been testing ios push notifications firebase.
initially, problem when sent notification firebase console ios, applicationreceivedremotemessage method being called instead of didreceiveremotenotification method.
however, after adding changes, code, noticed after sending notifications firebase not calling applicationreceivedremotemessage, didreceiveremotenotification or of other methods in appdelegate.cs
looking @ changesets, can see i’ve modified info.plist submit app app store , added new image.
what can try , xamarin ios push notifications working again?
...i modified cfbundleidentifier...
since changed bundle identifier no longer matches firebase app.
example:
this value can not changed once app added in firebase console need add app
add new ios application correct bundle id , can delete old one.
note: changes googleservice-info.plist
need download new 1 , replace 1 exists in app.
Comments
Post a Comment