-3

In my own app i want update button to show if there is updated version of that app is on app store.if there is then i want to navigate the user to that update app location. is that possible to do

user3189586
  • 125
  • 1
  • 8

1 Answers1

0

App version may be received via iTunes Search API. For example, you can request a json that contains your app version by bundle id with url like this https://itunes.apple.com/lookup?bundleId=com.yelp.yelpiphone and after receiving an answer, you can find a version parameter.
Check out this answer for info on navigation to app location.

Community
  • 1
  • 1
Sega-Zero
  • 3,034
  • 2
  • 22
  • 46