-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
OneSignalPushAdapter Says Push Was Sent to X Devices But Non Of My Devices Gets the Push #894
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
Comments
@432player (I help work on OneSignal). This sounds like it might be an issue with your OneSignal configuration, and not with ParsePlatform or the OneSignalPushAdapter. Please get in touch with us at [email protected] |
I'll close hoping @gdeglin gets you up and running with one signal! |
Please post here for us with the same issue |
Same problem here, any solution? |
I don't really remember what the problem was for this exact issue. Hope that hint helps. Hope that helps |
@432player you right, the problem is that for Android OneSignal adapter need OneSignal sdk installed. |
We are using the Push Massaging through a Cloud Code.
Found Several examples online..
According to this part of the wiki, we need to add OneSignalPushAdapter (or any other adapter) to send push notifications successfully.
The OneSignalPushAdapter logs say It sent the push notifications to 1,5,9,15 devices, according to our specifications, but non of our devices just don't get any push message...
No Error, No Failure, nothing...
This is our server code:
// Example express application adding the parse-server module to expose Parse
// compatible API routes.
As you can see, we have also tried a different approach, to use the regular push configurations (commented) but we can't figure out what should we do with this JAVA code(Android client side) part in many of the GCM tutorials online:
// Make a call to Instance API
We can't figure out how to use this token in our parse server...
In this alternative we get the notorious "MismatchSenderId" (we triple checked our server key and project id/sender id)
And we think it might be related to the JAVA code snippet above.
Are we missing any configuration in any of the Cloud Push alternatives?
Do we need to implement OneSignal SDK in our client side?
P.S
We don't get any errors in the Cloud Code push function part...
Thanks in advance.
The text was updated successfully, but these errors were encountered: