-
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
[Looking for Feedback] OneSignal Flutter SDK 5.0.0-beta1 Released! #667
Comments
I'm trying to make the migration but I run into issue during the Flutter build for iOS. It seems I have to update @fhboswell is there an updated documentation on how to setup Flutter/iOS project? Thanks. |
Hello, for the flutter SDK, you can use: https://documentation.onesignal.com/v11.0/docs/flutter-sdk-setup But this is still in beta so things will be updating/changing until GA. |
Thanks for the documentation. Here is some crashes we are seeing in the wild on Android:
Any idea? |
Getting No such module 'OneSignal' after migrating to v5. |
Not working in release mode after upgrade to v5 |
Getting the same error "No such module 'OneSignal' after migrating to v5.". Anyone know a workaround? |
Ahh I found the solution. The documentation is wrong. In the NotificationService swift file Complete file:
|
The Swift code @Toolenaar pasted was missing from the MIGRATION guide and the docs are not updated yet. Example project in this package uses ObjC which was not useful. Other than that I could migrate easily using the guide. @fhboswell is there a reason that the Swift code change is not mentioned in the migration document? Thanks |
Caused by java.lang.NullPointerException com.onesignal.core.internal.application.impl.ApplicationService.getAppContext (ApplicationService.kt:39) |
What's on your mind?
In this major version beta release for the OneSignal SDK, we are making a significant shift from a device-centered model to a user-centered model. A user-centered model allows for more powerful omni-channel integrations within the OneSignal platform.
For more information please see the migration guide.
🚧 Beta release. It is not recommended to use in production. 🚧
Please post any feedback related to the beta here!
Code of Conduct
The text was updated successfully, but these errors were encountered: