Does not work in TestFlight

I have a minimal app with a couple native plugins installed FacebookSDK and GoogleMapsSDK. I’ve checked this out locally on my simulator, I’ve deployed it to simulator and a real iPhone locally with XCode. However, when I package up the archive and upload it to TestFlight Successfully. I’m left with the spinning throbber and nothing loads. I added global angular logging to alert windows, but apparently this is crashing before angular is given a chance to load.

Is there any info on how to deploy an Ionic app to a real phone in production or via TestFlight? Is there a way to debug why my app is crashing?

Thanks!

You can debug your Ionic application in any stage of development, including a final production release: How to Properly Debug Your Ionic Application

1 Like