-
Local Push Notification
almost 9 years ago
-
almost 9 years ago
Hi Abin Koshy,
Best way to implement this functionality is
1) send the push notification from server to the app weekly basis (if there is update)
2) handle the Notification and hit the server in background and handle the data in this function
-(void)application:(UIApplication *)application performFetchWithCompletionHandler:(void (^)(UIBackgroundFetchResult))completionHandler
3) update the dataObjects. As the user open the app , app will show the updated data.
-
1 Answer(s)