parse-community / parse-embedded-sdks

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

Push notifications do not work well in yun sdk 1.0.3-1 #57

Open timigod opened 8 years ago

timigod commented 8 years ago

I followed the Quick Start guide to set up receiving Parse Push notifications on my Arduino Yún. It only works once, on reboot or whenever .setup() is called. Afterwards, sending pushes do not work from either the dashboard or a javascript client.

Please how do I solve/workaround this as fast as possible?

mtl2034 commented 8 years ago

@timigod can you post some example code showing what does not work. I could not reproduce the problem using Quick Start.

timigod commented 8 years ago

@mtl2034 I copied and pasted the code from Quick Start, it seems like the exact same problem this person had but with a different version.

mtl2034 commented 8 years ago

@timigod, did you follow the advice from that post and does it work for you now? If not I would suggest you reset your Yun, remove old Parse library from Arduino IDE and follow the https://parse.com/apps/quickstart#embedded/arduinoyun again. It was updated recently since now parse is distributed through the IDE. Also do not forget step 5) that fetches and installs matching packages from github.