iOS - Prompt User to Update to Latest App Version
Posted
by
Kevin_TA
on Stack Overflow
See other posts from Stack Overflow
or by Kevin_TA
Published on 2012-10-03T03:27:02Z
Indexed on
2012/10/03
3:37 UTC
Read the original article
Hit count: 151
Is there any method or plugin available that will alert the user to upgrade an app if the version they are using is not the latest? I suppose I could ping a web service to check what the current version is and compare with the user's version and go from there. As an aside, is there a way to check the current version of the app (some property I don't know about) or do you simply have to hardcode the version as some float variable or something?
Thanks
© Stack Overflow or respective owner