My App is crashing at launch and it’s on App Store

I recently had my app Spark Matched: https://apps.apple.com/us/app/spark-matched/id6786071027 accepted to the Apple Store but when I try to launch promptly closes and the icon I added isn’t displaying

Debug your code.

Also, don't raise duplicate posts on the forums. Either edit your original post within an hour of posting it, or reply to the original. There's no reason to create multiple posts for the same thing.

And why is my code the issue if the app was accepted to the store?

There’s no guarantee that your code is at fault here, but you are responsible for the final user experience and thus you need to investigate.

Keep in mind that passing App Review doesn’t guarantee that your app is bug free. The environment in which App Review tests your apps is slightly different from the final App Store environment. Even if that weren’t the case, there can be differences from device-to-device that cause your app to fail in specific environments. These range from the obvious (like the OS version) to the tricky (like the network environment) to the truly subtle.

A good first step here is TestFlight. If you push a release to internal testers using TestFlight, do they have the same problem?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

My App is crashing at launch and it’s on App Store
 
 
Q