0

I want to show my app version on my iPhone app home screen.I am building an iPhone app using Sencha touch through PhoneGap. Whenever I build an app using PhoneGap on my Mac machine I manually increment a version and build number.Now I want to take this updated version number and want to show it on home screen.Is there any way from PhoneGap or Sencha Touch to do this ?

al45tair
  • 4,405
  • 23
  • 30
Abhijit Muke
  • 1,194
  • 3
  • 16
  • 41
  • 1
    refer this http://stackoverflow.com/questions/11550705/how-to-get-the-application-version-and-build-in-an-ios-phonegap-application – Maulik Jan 31 '14 at 07:43

1 Answers1

0

You could simply use a string that is your updated version number somewhere in the html or through javascript. If someone is using the newest version then it will only show this string since it has been updated. It does require remembering to change it with each build. Anyone on an older version would only have an older string. Serves the same purpose in the end.

ryanH
  • 86
  • 3