Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to detect whether there's a newer version of my iOS application? [duplicate]

Tags:

ios

iphone

ipad

I would like to provide an alert within my iOS app if there is a new version available from iTunes. I can't find an API for this. Is this possible?

like image 862
Mangesh Avatar asked Mar 06 '12 11:03

Mangesh


People also ask

How do I know if my iOS app has been updated?

Open the App Store. Tap your profile icon at the top of the screen. Scroll to see pending updates and release notes.


1 Answers

There's a good argument that you don't need to do anything. The App Store app will already notify users when updates are available.

However, if you want to do it anyway, there's a project on GitHub called iVersion that does most of the heavy lifting for you. (Not tried it myself, but it looks pretty good.)

like image 114
Stephen Darlington Avatar answered Sep 28 '22 07:09

Stephen Darlington