How to push notifications when the user force quits the app or when the app is force killed from activity monitor?
Asked
Active
Viewed 168 times
0

poornima v krishnan
- 21
- 2
-
Did you tried using applicationWillTerminate in app delegate? – Hassy Aug 25 '16 at 06:00
-
Yes, it was not getting called. I even tried NSApplicationWillTerminateNotification without using app delegate. – poornima v krishnan Aug 25 '16 at 06:19