Dirk Gissing
Posts: 0
Joined: Sat Oct 12, 2013 4:18 pm

Push notification database

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!

Nikita
Posts: 0
Joined: Fri Feb 28, 2014 4:02 pm

Push notification database

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

Dirk Gissing
Posts: 0
Joined: Sat Oct 12, 2013 4:18 pm

Push notification database

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?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Push notification database

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?

Dirk Gissing
Posts: 0
Joined: Sat Oct 12, 2013 4:18 pm

Push notification database

Hello Maryna,

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

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Push notification database

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

Dirk Gissing
Posts: 0
Joined: Sat Oct 12, 2013 4:18 pm

Push notification database

I use the library version v1.2

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

Push notification database

Hello,

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

Return to “Issues”