iOS 14 broke my app

Hi,

I'm a SwiftUI developer and recently made a Game, without GameKit, using only SwiftUI. It's published on the App Store, and I got a message from a user with an iOS 14 pre-release with a screen recording of an unplayable game/broken app. I tested this out myself by installing Xcode 12 beta and running the app on an iOS 14 simulator, and, indeed, the app was completely broken.

Is there someone I can contact about this? I'm a bit upset because the app is already installed on hundreds of devices which are like ticking time b0mb waiting to go off as the app will break once iOS 14 releases - users aren't able to play it and their score just goes up and up without them doing anything, it's a very game-breaking error, but I'm not too sure what I can do here.

Thank you.
You need to proceed methodically. But with the information you provide, no one can help.
No one to contact except the developer, that means yourself 😉

First: you can see the crash yourself.
What is the crash log you get ?

May be it is not iOS 14 but an error in your code that did not show before…
I feel for you. I am working on a Swift UI app, and code actually executes different on iOS 14 from iOS 13.5. I have my work cut out for me tracking down all the differences. Luckily the app has not gone to production yet.
You'll need to find the bug, fix it and ship an update ;)
iOS 14 broke my app
 
 
Q