App Crashes on iOS 14.6 and above

The app was working fine but suddenly it stoped working on devices that have iOS 14.6 and above. I use Xamarin Forms and Visual Studio. The SDK options in Visual Studio (iOS Build) are 14.5 and Default(I don't know what default means)

The users with this problem can't even open the app.

  • Wait few days and search crash reports at: Xcode Menu -> Window -> Organizer -> [Select Your App] -> Reports If empty then maybe application uses more memory than the system can allocate and iOS terminate application. In this case, no crash report is sent.

Add a Comment

Replies

Is there anyway you can run with app with Xcode? I am not familiar with Xamarin Forms, but if they export an Xcode project, can you run that on the simulator and see where the crash is happening?

If not, you might have better luck checking Xamarin Form's website/forum for your problem.

  • The problem is that my application was already in the App Store working fine. But when the users updated their iphones OS, the app crashes after the Splashscreen

Add a Comment

Hi Did you manage to solve the problem? the same mistake for me

thx