As feared, the notifications don't work on the app from the AppStore. Probably because it has a new package name?
So do I have to start over, following the
tutorial from scratch? And how do I handle the fact that notifications work fine on the Android app from Play Store (because the package name didn't change)? Do I have to start over with both apps or can I somehow join the new IOS package name to the original API KEY so I don't have to change anything for the Android app?
EDIT: I guess it must be possible to have several apps (package names) configured with the same Firebase Push project? For example, often there are light and pro versions of the same app, and I guess these use the same API KEY and tokens?
EDIT 2: Yes, it is possible to add another IOS package name to the Firebase project. I have add the new app to Firebase, uploaded the new firebase_push.p12 file created with the new package ID and certificates and downloaded the GoogleService-Info.plist. I will then create a new release app and upload it to the AppStore and see if it works. Please correct me if I am missing some steps or doing anything wrong