-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stuck on splash screen with TestFlight #51
Comments
Can you check the device logs in Xcode? Windows > Devices and simulators > Your device > Open console > Start. Just start your app and pause the console capture. Sort by process to find your app and you should find the error message that's causing your app to hang. |
I seem to have found this in the console
Very confused as I do not have this issue in the simulator :/ |
Closing since this is addressed in duplicate discussion |
Sorry to revive this issue, but @dynamiccarrots issue states that this is the final build (I'm having the exact same issue) and not using Expo GO (the issue from the linked issue) . The build server through App Connect is hanging on the splashscreen. |
@frossetto , |
Closing due to no response. |
I am in the process of testing One Signal with Expo so I have a fresh Expo install that runs fine when deployed to an iPhone using TestFlight. I used the
expo init
command to create this and complied the app using Expos servers.However, as soon as I add this plugin and compile the app in the same way, TestFlight just hangs on the splash screen, I have even installed Sentry to see if I can get any errors from it but it's not even getting to that point.
Here are all the files from my app that I have changed when adding this plugin, any help would be much appreciated here.
app.json
App.js
package.json
The text was updated successfully, but these errors were encountered: