retreiving data in app received from push notifications

0 votes
i am using push notifications in my app, and i am able to send and receive push notifications. However i want to store the strings received via push notifications probably in a isolated storage to display them later within the app. Is it possible to do so ?

i know i can send push and send the messages in storage service, then retreive them. But i am looking for directly saving the data from push notifications if possible.

thanks
asked Oct 23, 2014 in App42 Cloud API-BaaS by Nipun Birla (18 points)

1 Answer

+1 vote

Hello Nipun,

Saving Push notifications implicitly in Storage Service is not available and you have to do it by your own. You can save the notification details in app local storage too if you don’t want to use Storage Service. However local storage will be deleted in case of app uninstall and not a wise solution, If you want to maintain permanent persistence of notification, you have to use Storage Service.

Let me know if it makes sense.

Thanks,

Himanshu Sharma

answered Oct 24, 2014 by hs00105 (2,005 points)
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...