timanrebel / Parse

Appcelerator Titanium module for the Parse SDK
MIT License
47 stars 31 forks source link

Anroid receives two push notifications instead of one #10

Closed zabady closed 9 years ago

zabady commented 9 years ago

I am testing the app on Samsung galaxy s3, and samsung tablet, when I send a notification from the dashboard, the app receives two notifications instead of one, how can I solve that ?

I deleted the app, unsbscribed from channels and then subscribed in just one channel but same result.

timanrebel commented 9 years ago

Did you add anything to your trap.xml regarding Parse yourself? Because the module should do that all for you

zabady commented 9 years ago

I just added parse appId and clientKey properties in tiapp.xml ... Did you mean tiapp.xml or trap.xml ?

timanrebel commented 9 years ago

Sorry, tiapp.xml indeed (autocorrect). The AppId and ClientKey are indeed the only one that need to be added. Let me check if I have this issue as well with the latest version

zabady commented 9 years ago

Ok, thanks a lot for the quick response.