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

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

JSON payload partially sent #23

Open mymanga opened 8 years ago

mymanga commented 8 years ago

I am trying to send the following json push based on onesignal documentation

{ "alert": "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pellentesque bibendum tellus id.", "large_icon": "http://www.nairobi.go.ke/themes/fitimage/images/ncclogo.png", "big_picture": "https://investinkenya.co.ke/components/uploads/a463f6df96138fb39a0ac1ca89db9965.jpg", "title": "Welcome to NCP" }

But only the alert data is reaching my app. Any suggestions / Help