-
Notifications
You must be signed in to change notification settings - Fork 28
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
Does this support iOS 10 push notifications #35
Comments
you need to edit the adapter for your own params if you want access to more options by onesignal's api |
@jjdp |
Something like this
just pass your property in data for
|
@jjdp thank much appreciated :) |
Maybe im inputting the wrong param but i tried borrwoing your syntax because I want bold titles in my notifications however it doesnt work. any idea? if(data['title']) {
post['title'] = data['title'];
delete data['title'];
}``` |
read one signal's params in the link |
I think your OneSignalPushAdapter.js should have something like this:
I tried it but I had no luck, I contacted One Signal support and they told me "this module is very outdated and we don't officially support it." Any ideas? |
@fasa23 I use it from the client instead, no server side integration needed. I thought push notifications had to go through my own servers but not the case with oneSignal which is great. |
@flovilmart
For instance, I noticed I cant specify "Title", "subtitle", "body" in my push data. I can only pass in an "alert" message.
The text was updated successfully, but these errors were encountered: