Page 1 of 1

scheduled push notification question

Posted: Fri Jul 04, 2014 3:45 am
by eyesmoker

Hi,

I am working on something that user can set reminder (which is scheduled push notifications) , but if user deletes the reminder, I am not able to delete the scheduled notification using API and figured out that Appery.io doesn't support delete Scheduled notification API.

When are you planning to support this api or is there any alternatives?

Thanks.


scheduled push notification question

Posted: Fri Jul 04, 2014 7:53 am
by Evgene Karachevtsev

Hello,

You may do Unregister device when user unsubscribes from push http://devcenter.appery.io/documentat...


scheduled push notification question

Posted: Thu Aug 14, 2014 7:35 pm
by eyesmoker

Thank you for your response.

Case 1: After I unregister the device, does it delete all the scheduled push notifications? What will happen to all scheduled push notifications?

Case 2: When the user comes back, it is automatically adding device again to devices table. Will already scheduled push notifications work in this case?

Can you please answer how appery.io handles both the above cases?


scheduled push notification question

Posted: Fri Aug 15, 2014 8:03 pm
by Kateryna Grynko

Hi,

1) After you delete a device from Database all the scheduled notifications will remain, but after you reach sending time they won't be sent.
2) After you delete and register device in Database again all notifications for the deleted device won't be delivered to a newly registered as it has other _id.


scheduled push notification question

Posted: Fri Aug 15, 2014 9:32 pm
by eyesmoker

Agreed with case 1.

For case 2: if i register for a device on android, it is returning device id and token and getting added to database. After unregister, It is removing entry from db and if I register again, it is adding the same device id and token. Am I understanding something wrong. Is this issue with android ?


scheduled push notification question

Posted: Mon Aug 18, 2014 5:29 am
by Kateryna Grynko

Hello,

I'm sorry for the misunderstanding. After you register a device for the second time the same device _id will be returned and all the scheduled notifications should be delivered. This is important in case you schedule Push notifications connected to a device _id.

Please note you can also schedule Push notifications using filters by any fields:
http://devcenter.appery.io/documentat...
In this case device _id doesn't matter.


scheduled push notification question

Posted: Tue Aug 19, 2014 5:28 pm
by eyesmoker

Do you know when you guys are planning to implement an api that will delete individual scheduled push notifications? I want to do much cleaner way.

Say, if you have an reminder app and reminder set to future date (scheduled notifications) and user deletes the reminder and than adds back. If I have an api to delete the scheduled notifications, it would work perfect.


scheduled push notification question

Posted: Thu Aug 21, 2014 5:43 am
by Kateryna Grynko

Hello,

Thank you, I promoted your suggestion!
This is planned, but unfortunately we don't have a time frame yet.


scheduled push notification question

Posted: Thu Aug 28, 2014 3:56 am
by eyesmoker

Hello

Sorry for my late reply. I really appreciate for suggesting. Do you have any approximate timeline?


scheduled push notification question

Posted: Thu Aug 28, 2014 4:24 am
by obullei

Hello!

Unfortunately we do not have it.
We are sorry for the inconvenience.