Post

Replies

Boosts

Views

Activity

Reply to Crash during App Review - We were unable to review your app as it crashed on launch
Alright, we found a solution. Finally haha. You need to get the Apple Distribution certificate and create an App Store provising profile within: https://developer.apple.com/account/resources/certificates/list (Certificates, Identifiers & Profiles) if you haven't already. Then in XCode you go "Product" -> "Edit Scheme" -> "Archive" change it from debug to release and then archive your project with your app distribution profile you created. The app will crash if you compile your app directly from xcode using your app distribution profile and it will also crash if you use your apple development profile to App Store/Test Flight. When compiling use Apple Development Profile when archiving in RELEASE mode use Apple Distribution Profile.
Mar ’24
Reply to Crash during App Review - We were unable to review your app as it crashed on launch
Update: It's most likely have something to do with certificates. We were having an development profile. Within https://developer.apple.com/account/resources/profiles/list Certificates, Identifiers & Profiles -> Profiles add a new one for "Distribution" -> "App Store Connect". I am going home from now but will keep working tomorrow on the problem and hopefully find a solution tomorrow :)
Mar ’24
Reply to Crash during App Review - We were unable to review your app as it crashed on launch
We can see that it crashes now. We put the app on testflight and it does crash on start up. We can still not see any errors regarding it. There is something between compiling release mode directly from xcode to physical phone and then distributing the app. I guess it's a good start - now we have a way to do some changes and test it instead of waiting for an app review everytime. I will keep you updated if I find any solution :)
Mar ’24