简体   繁体   中英

publish app for Android Market and iOS appstore with android:versionCode & Bundle Version > 1?

OK first I appologize for the long title, but trying to make the question as clear as possible. Here is what I want to do, and want to know if anyone has tried this before and if so if they had any issues.

I want to publish an app to both the Android Market and iOS appstore with a version above 1.0 (for instance 1.4). In other words the android:versionCode & Bundle Version would not start at 1.0 for the first time I am submitting this app to either store. I need the versioning for some server services, does anyone know if this would be an issue for either market?

I haven't seen anything that says it would be an issue, but just figured I would ask to see if anyone has come across this before.

I am guessing you are talking about "Version Name". Version code is an integer value, and hence, setting it as "1.4" is invalid.

Hence, assuming you are talking about "Version Name", the answer is it is perfectly OK to start with "1.4". This will not be an issue at all. Android market uses "Version Code" to detect an update and notify your users. The only purpose of "Version Name" is for display.

Here is the android documentation regarding versioning: http://developer.android.com/guide/publishing/versioning.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM