Been working on an app. Everything is fine and we can debug on simulators and devices, both iOS and Android. Our Android app builds fine and the APK is up in the Play Store. The iOS app on the other hand doesn't like to be deployed via TestFlight. Building an archive, uploading to iTunesConnect and distributing the app through TestFlight we see the app crash immediately on startup.
Ensured that Bitcode is set to NO for both debug and release. Set the Optimization Level on the release target to None. That had no impact. I've verified we're signing with the right provisioning profile and signing certificate too. At first I went with the Automatic handling of that.
Any ideas or areas I should be looking to resolve the immediate crashing? Would like to submit some sort of device log but there isn't any. Odd thing is that double tapping the iOS device home button shows a white card in the stack with our app logo. So it looks like it's there... very confused.
