CFBundleShortVersionString

Is there a way to retrieve this information at the moment?  

My understanding is appVersionString currently only return “CFBundleVersionString” which is generated by Corona during the build process.

Thanks.

There are two version strings, one  you provide through the build dialog and one we generate. The one we generate has to be unique for each build so we make sure that’s true. The one you provide is the one visible in iTunes.

The API call system.getInfo( “appVersionString” ) returns the one we automatically generate. We do not have an API to get the other one.  If you need this I would go to http://feedback.coronalabs.com and fill out a feature request for it.

Rob

Hi Rob

Noted.  Posted a feature request for it.

http://feedback.coronalabs.com/forums/188732-corona-sdk-feature-requests-feedback/suggestions/13684131-access-to-info-plist-for-ios

Thanks.

There are two version strings, one  you provide through the build dialog and one we generate. The one we generate has to be unique for each build so we make sure that’s true. The one you provide is the one visible in iTunes.

The API call system.getInfo( “appVersionString” ) returns the one we automatically generate. We do not have an API to get the other one.  If you need this I would go to http://feedback.coronalabs.com and fill out a feature request for it.

Rob

Hi Rob

Noted.  Posted a feature request for it.

http://feedback.coronalabs.com/forums/188732-corona-sdk-feature-requests-feedback/suggestions/13684131-access-to-info-plist-for-ios

Thanks.