i want to insert push notification data into sqlite even if my app is in not running state(Close state). How do i achieve this???
- Type of Notification is silent push notification.
i want to insert push notification data into sqlite even if my app is in not running state(Close state). How do i achieve this???
If the app has killed by a user or it's terminated by OS then your app will not awake.
Check this link iOS Silent Push Notification