-
Notifications
You must be signed in to change notification settings - Fork 52
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
[Bug]: App crashing on launch after integrating OneSignal with managed Expo workflow #176
Comments
In order to use one signal with expo, custom expo dev client must be created. Cheers |
Thank you but this issue happens in production (app store) builds as well. |
@michael-shattuck @brunojacobss Does this happen when building and testing locally or just for release builds? |
Is it possible to paste package.json file? |
Only for release builds, no crashes on custom dev client builds or xcode builds |
|
Seems to be valid everything, I assume you have configured plugins something like this?
|
This is what our plugins look like.
|
This looks similar to this issue. Can you try my suggestions for that? You can set the cocoapods version in eas.json. Let me know if this resolves your issue! |
Closing due to inactivity. |
Having the same issue for android - application perfectly works in development mode but in production after downloading it from google play, it crashes right after lunch. IOS works fine in production, only android "onesignal-expo-plugin": "^2.0.2", |
Same issue here. As soon as I call either the
|
Any fix on this issue? |
What happened?
After integrating OneSignal using the onesignal-expo-plugin in a managed Expo app, the app crashes on launch when tested on TestFlight for iOS.
Steps to reproduce?
What did you expect to happen?
I expected the app to launch successfully without any crashes, with OneSignal working as intended.
OneSignal Expo SDK version
onesignal-expo-plugin: 1.3.1
expo: 48.0.6
Platform
iOS
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: