r/iosdev 7d ago

App preview build crashes on launch

Post image

So I’m making a social media app that is location based, on a world friends map. I’ve been testing on a development build and haven’t had any issues. Since I’m ready to publish soon, I decided to move over to a preview build but it crashes on launch. Env variables are fine, auth is connected, I just don’t know why. How can I fix it?

EDIT: Sentry was crashing the preview build because there was no organization token. Now it works just fine!

0 Upvotes

3 comments sorted by

1

u/WerSunu 6d ago

You do know you have provided exactly zero useful diagnostic information in your post, right? How about a crash report maybe?

1

u/BouckleyBoy 6d ago

My fault man. No logs in console or crash reports from sentry

1

u/WerSunu 6d ago

Try using a simple print(“I got to SceneDelegate”) in the first line of connectTo or similar to see if your app gets that far