-
Notifications
You must be signed in to change notification settings - Fork 215
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]: Closes after building the App #755
Comments
Flutter 3.13.6 • channel stable • https://github.com/flutter/flutter.git Doctor summary (to see all details, run flutter doctor -v): cocoaPods: 1.13.0 |
@rodrigonepomuceno Thank you for reporting this looks like a crash in OneSignal's code to receive the apns push token. Are you using any other libraries that might care about the push token? |
Hey @emawby. When removing this reference below the info.plist it worked again, I believe it generates some conflict with the OneSignal
|
@rodrigonepomuceno Interesting thank you for investigating I will continue trying to reproduce but I am not getting this crash when including location (and other) background modes |
We were never able to reproduce this; @rodrigonepomuceno is this still an issue for you on our latest SDK version? If so, please open an new issue and we will be happy to assist! |
What happened?
The application is built correctly. But when it opens after installing it on IOs it simply closes, still on the screen before the splash screen created, for no apparent reason. If I remove the OneSignal package everything works correctly.
Steps to reproduce?
What did you expect to happen?
Run the application correctly.
OneSignal Flutter SDK version
onesignal_flutter: ^5.0.2
Which platform(s) are affected?
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: