-
Notifications
You must be signed in to change notification settings - Fork 199
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 SDK 5.0.0-beta-01 Released! #868
Comments
How about a dedicated OneSignal plugin for Capacitor? Yes, this OneSignal Cordova plugin mostly works on Capacitor-based projects but there has been some friction. Plus, it looks like that Capacitor installs/usage already surpasses Cordova. So it might be a good time for OneSignal to have a dedicated Capacitor plugin. You folks can find more info on creating Capacitor plugins here 👉 https://capacitorjs.com/docs/plugins/tutorial/introduction Cheers 👍 |
Hi @nunoarruda, a dedicated Capacitor plugin is on our radar and something we're hoping to explore further within the next few quarters. Please feel free to leave any additional feedback and we'll be sure to consider it! |
Thanks for this version! The logout functionality in this version should be really useful for us. I'm using Ionic Capacitor, but I can't seem to work with the request
What I tried: let canRequest = OneSignal.Notifications.canRequestPermission();
console.log(canRequest); // undefined
OneSignal.Notifications.canRequestPermission((canRequestPerm) => {
console.log(canRequestPerm) // never logged
}) |
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!
The text was updated successfully, but these errors were encountered: