I am developing an iOS alarm app using local notifications. I am getting 3 notifications. When I click on a notification, I can get the data from that notification. How can I get the data from all 3 notifications just by selecting one of them. Below is my code- - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions { […]
The post How to get multiple notification data at a time? appeared first on BlogoSfera.