Suhaib Khan
Posts: 0
Joined: Sat Dec 21, 2013 4:27 pm

REQUEST PARAMETRES

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?

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

REQUEST PARAMETRES

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/...

Return to “Issues”