0

I have this requirement where I need to store (Save some information of Notification in Plist file) from Remote Notifications even if my app is closed.

I have done some research, I found some links which say I need to use PushKit, but is used only for VoIP Based app, my app is just Data Processing or Analytics related app.

I found Notification Service Extension used along with App Group, one such link is Mobile Messaging SDK But it is paid SDK. Please Friends I know there are many geeks out there on SO, I need your help at the earliest possible. I am sure you guys will help Thanks in advance.

  • Have you tried this method https://developer.apple.com/documentation/uikit/uiapplicationdelegate/1623013-application . And make sure that you add Background Modes under Signing & Capabilities and check Remote notifications so your app can wake up if it was suspended – lacefarin Jan 24 '20 at 10:16
  • read this https://code.tutsplus.com/tutorials/ios-10-notification-service-extensions--cms-27550 – Nouman Jan 29 '20 at 18:50
  • You can try this https://stackoverflow.com/a/56475317/5084797 – manishsharma93 Feb 05 '20 at 13:30

0 Answers0