Closed arahmancsd closed 1 year ago
The solution for this issue is #10989
After just adding the Plugin.Firebase.CloudMessaging the problem looks solved. (also some little changes in the implementation (check the readme)) I created and uploaded a release build to apple and the processing was successfully. Thx @TobiasBuchholz for your great work!
I am facing an Invalid Binary issue with the release build in the App Store. I have an empty sample MAUI app with the following packages.
If I remove the Plugin.Firebase package from the project, the app is uploaded and passes the Test Flight. However, when I add the Plugin.Firebase. The app is directly rejected from the App Store with Invalid Binary. It actually doesn't pass the Test Flight and is removed automatically.
This is an empty MAUI app. The app is working perfectly fine with the Android, so in the sample I target iOS only.
Here is the repo without the GoogleService-Info-plist file.