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.
-
—
popovd
Add a CommentWait 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.