4

I want to handle "Silent" notifications, when app is in foreground or in background it work's fine, but not when app is terminated. Can You help me?

1 Answers1

3

NO.

You can't handle it. Reason is when application is in terminated state, you can't access resource of it. iOS don't allows you to do same. Refer this apple documentation

Also read this stack overflow post for some better understanding.

Community
  • 1
  • 1
Pushkraj Lanjekar
  • 2,254
  • 1
  • 21
  • 34