0

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.

Saro Taşciyan
  • 5,210
  • 5
  • 31
  • 50
user2964861
  • 13
  • 1
  • 6

1 Answers1

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.

long polling in objective-C

http://www.raywenderlich.com/32960/apple-push-notification-services-in-ios-6-tutorial-part-1

Community
  • 1
  • 1
jamiebuckley
  • 118
  • 7