parse-server-modules / parse-server-onesignal-push-adapter

OneSignal push adapter for parse-server
MIT License
32 stars 28 forks source link

Not work on android #13

Closed MattiaConfalonieri closed 8 years ago

MattiaConfalonieri commented 8 years ago

The adapter work well for iOS recipients but not seem to work with the android... anybody have the same problem?

gdeglin commented 8 years ago

Android support requires the OneSignal SDK to be added to your app. This is because each notificaiton service has it's own notification payload format, and OneSignal's payload format can only be understood by the OneSignal SDK.

AlternativeIndustries commented 8 years ago

No they activate me an option to bypass onesignal custom play load. That on iOS work well but android device still not receive push notification.

MattiaConfalonieri commented 8 years ago

@gdeglin you right, the problem is that for Android OneSignal adapter need OneSignal sdk installed.