5 Days ago, I've uploaded version 1.0 to App Store when it worked and it was approved, since then it says Ready for Distribution
, but when I try to open the app in Store it says "app not available" even though it says that it takes up to 24 hours for new apps to appear in the store.
I though ok maybe when I add some new stuff which I thought in the mean time and submit version 1.01 then maybe it will appear in the store, but when I start the app now then it crashes. I haven't even changed anything yet, what the hell??
There are only 2 errors:
Error creating the CFMessagePort needed to communicate with PPT.
This was already before the case and
Error creating the CFMessagePort needed to communicate with PPT
says it can be ignored.
The other one is:
11.8.1 - [FirebaseMessaging][I-FCM001000] FIRMessaging Remote Notifications proxy enabled, will swizzle remote notification receiver handlers. If you'd prefer to manually integrate Firebase Messaging, add "FirebaseAppDelegateProxyEnabled" to your Info.plist, and set it to NO. Follow the instructions at:
to ensure proper integration.
So I've set FirebaseAppDelegateProxyEnabled
to NO
in Info.plist
but it still crashes.
What could be the problem?
EDIT:
I've removed the custom AppDelegate from initialising to remove firebase messaging entirely. Now the first error prevails, the second one is gone but the app still crashes