Perfect App crashes after App Store download

My app runs perfectly on my iPhone when directly transferred from Computer, but the identical version loaded from the App Store crashes immediately for no reason… Any ideas? Thanks

Does your app also crash when you do a clean install:
First completely delete the app by going to Settings > General > Storage > name of the app > delete

Then install from the App Store.

If that fixes the problem, it most likely means your app is having an issue reading/opening a file.

Other hint, are you returning True from App.UnhandledException and logging exceptions?
If you aren’t, I would recommend using Sentry.io with this repo GitHub - jkleroy/XojoSentry: API for using https://sentry.io

Thanks Jeremie,

I solved it. Had to do with wrong tracking settings. Thanks!

1 Like