Page 1 of 1

Push notification database

Posted: Sun Mar 02, 2014 11:43 pm
by Dirk Gissing

Hello,

I've created a PHP website where a user can send push notifications with CURL requests. Now I also want the user to be able to delete the scheduled push notifications with a CURL request, is this possible?

Also, when the user on an android or iOS device receives a push message, how can I save this message without the user clicking on that message. I know you can save the message through data.aps in a localstorage file. However, sometimes a user doesn't click on the pushmessage and opens the app, so data.aps doesn't show anything. Is there a solution for this?

Thank you!


Push notification database

Posted: Mon Mar 03, 2014 7:00 am
by Nikita

Hello, Dirk.
You can’t delete push notification, that was sent.
You can save messages from push notification this way: https://getsatisfaction.com/apperyio/...


Push notification database

Posted: Mon Mar 03, 2014 7:09 pm
by Dirk Gissing

Hello Nikita,

I know I can't delete sent push notifications, but I want to delete scheduled push notifications. I can delete these scheduled notifications in appery itself, but I want to do this with a CURL request. Is that possible?


Push notification database

Posted: Mon Mar 03, 2014 9:49 pm
by Maryna Brodina

Hello!
[quote:]I can delete these scheduled notifications in appery itself, but I want to do this with a CURL request. Is that possible?[/quote]no
Could yo clarify what libraries version you use?


Push notification database

Posted: Wed Mar 05, 2014 12:23 am
by Dirk Gissing

Hello Maryna,

what libraries are you referring to? In Appery or my own website?


Push notification database

Posted: Wed Mar 05, 2014 12:27 am
by Alena Prykhodko

In Appery.io, check it out at App settings- External resources-Libraries version.


Push notification database

Posted: Sat Mar 08, 2014 11:17 pm
by Dirk Gissing

I use the library version v1.2


Push notification database

Posted: Sun Mar 09, 2014 1:10 am
by Igor

Hello,

Could you set v2.0 and check if it will help.