parse-community / parse-embedded-sdks

The Embedded SDKs for the Parse Platform
http://parseplatform.org
Other
246 stars 118 forks source link

Embedded devices not detected for Push #46

Closed raed667 closed 8 years ago

raed667 commented 9 years ago

There seems to be a bug when adding an embedded device, the web panel doesn’t seem to detect it and it keeps reporting that there are no devices.

stanleyw commented 9 years ago

Currently, we only support sending pushes to embedded devices via the REST API or from Cloud Code. Please see https://www.parse.com/docs/rest/guide#push-notifications-sending-pushes and https://www.parse.com/docs/js/guide#push-notifications-sending-pushes

ronaldyang commented 9 years ago

One workaround: add a fake installation whose deviceType of "android" or " "ios". Then you should be able to send push to embedded device in console.

mtl2034 commented 8 years ago

The support to send pushes to embedded devices has been added recently to the web panel.