REQUEST PARAMETRES
Posted: Thu Dec 26, 2013 4:45 pm
my app is totally a copy of the tutorial link posted above.
now can you please make me understand the method of saving push notifications?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
my app is totally a copy of the tutorial link posted above.
now can you please make me understand the method of saving push notifications?
Hello! You can store received pushes into localStorage variable. As it's possible to store only strings in localStorage, but you need store array to save it you have to use JSON.stringify and to read data from localStorage JSON.parse. Here is an example https://getsatisfaction.com/apperyio/...