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