It doesn't happen all the time, but when I deploy my app to TestFlight on the odd occasion it will open then close (crash) and I don't know why. Even when nothing changes , it's like a lottery. Has anyone experienced this sort of behavior before?
To clarify this is a Xamarin forms app built in visual studio. All runs perfectly in the simulator.
Answers
@BoyoKendall - Do you have the exception type and the stack trace?
Does your code contain handlers for unhandled exceptions?
Do you have exception handling in any methods called by the o/s or from Xamarin?
Do you have exception handling in any custom renderers?