I want to refresh my application whenever a new item is added, and object is added to database. However my tables are not updated, And I need to refresh my page to see the items. My front end is IOS and back end is java web services for integration. So, Now I want to add one method to refresh my mobile application.
Asked
Active
Viewed 63 times
0
-
hey share the code, pls. – jmail Feb 21 '14 at 11:41
-
i want to develop the code could you just suggest me thats it. – user2964861 Feb 21 '14 at 11:42
-
k, if you want the instructions for how to create that. – jmail Feb 21 '14 at 11:43
1 Answers
0
You need to implement some form of push notification. (Push Notification) You could do this using long polling or using Apple Push notification services. See these.
http://www.raywenderlich.com/32960/apple-push-notification-services-in-ios-6-tutorial-part-1

Community
- 1
- 1

jamiebuckley
- 118
- 7