pjay / plush

Push notifications for mobile apps - built on the Typesafe stack to ensure scalability
Other
103 stars 31 forks source link

admin page's "Send a broadcast notification" not working properly #9

Open enz4444 opened 9 years ago

enz4444 commented 9 years ago

wrap the payload with "aps" in controllers.Push.sendBroadcast change models.APNS.Push.sendIosBroadcast(app, payload) to models.APNS.Push.sendIosBroadcast(app,Json.obj("aps"-> payload))