I had implemented the code regarding UILocalNotification
in my app and so far it is working very well for every case except one case.The problem i am facing is when the user receives local notification and the app is in background, then user open the app by pressing app icon,in this case i am not getting any method to provide me notification data.
All other cases i had managed in DidReceiveLocalNotification
and DidFinishLaunchingWithOptions
.
Please someone tell me the proper way to sort this problem out.
Asked
Active
Viewed 329 times
0

jithin
- 459
- 8
- 21

Davinder Singh
- 645
- 3
- 12
-
you are sure that notification is sent when app is in background ? – Mejdi Lassidi Nov 08 '15 at 10:43