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!