arleyandrada / PushClient

FREE and Open Source - Titanium PushClient Module
Other
44 stars 17 forks source link

PushClient.unregisterPush(); question #91

Closed somefakeuser closed 9 years ago

somefakeuser commented 9 years ago

Hi Arley,

Things are working great with this module! I had a question as to how to get PushClient.unregisterPush(); to do something.

When i register I see everything pop into Parse's database, but when i call the unregister push I would expect to see the data erased from Parse's database. It looks as if nothing happens.

Is there something I'm missing? Thx

arleyandrada commented 9 years ago

My module do not call Parse's api. All the Parse integration code was written in JavaScript as a sample.

If you want to remove the device registration from Parse you need to write and call the specific api. https://parse.com/docs/rest/guide#push-notifications-deleting-installations

Regards,

Arley

somefakeuser commented 9 years ago

Ok thank you, have a good day.