UILocalNotification

UILocalNotification, PushNotifications, Location updates are not working in IOS 8

With IOS 8 rolled out for iPhone and iPad devices, few months back and all of a sudden most app developers noticed that push notification was not working for their app, neither location updates are running. Most of the apps want user location so that they can offer content based upon user location, with IOS […]

UILocalNotification, PushNotifications, Location updates are not working in IOS 8 Read More »

UILocalNotification Tutorial: Add and cancel LocalNotifications in iPhone SDK

As of iOS4, Apple has introduced a new type of notification that can be scheduled to fire within the device itself. It requires no complicated server programming, or additional configuration with iTunes. I am talking about Local Notifications.Local notifications can be scheduled on the user’s IPhone Device to fire at any given time; you can even

UILocalNotification Tutorial: Add and cancel LocalNotifications in iPhone SDK Read More »