ios - (iphone) Where do I increment a version number for application update? -
I see "bundle version" in the exode. Do I increase this number & amp; Compile and submit it?
The 'Update Version' works fine except for testing,
What are the steps for submitting updates to a live app?
-Edit -
In addition, some posts say test updates on simulators are only as good as installing new IPAs on older IPAs via iTunes for test updates. >
That is, are the steps given below for app update testing?
Install version 1 through the Xcode Simulator - make some test / data entry on version 1. Simulatr
Thank you
Yes , You must edit the bundle version in order to submit an update for a live application, the way it works, that iOS device recognizes its app through its bundle identifier (This is the reason Very unique: com.YourName / CompanyName.AppName), and if a device is the same bundle identifier Installs an app with the app, but a larger bundle version is replaced with the old version new version.
Comments
Post a Comment