iOS app versioning

41 views
Skip to first unread message

helio...@gmail.com

unread,
Jul 7, 2015, 8:32:49 AM7/7/15
to codenameone...@googlegroups.com
Hi,

I want to publish an update to an iOS app.
Actually is published as 1.0 (1.0.0)
Because it was a patch update (bug fixes) I want to publish 1.0 (1.0.3).

however, the Application Loader says this:



So, I tried to change version number on project properties, from 1.0 to 1.0.3.
Now when I try to compile, I receive this error:
BUILD FAILED
.\build.xml:346: Can't assign value '1.0.3' to attribute version, reason: class java.lang.NumberFormatException with message 'multiple points'

Do I have to increase the version to 1.1?
I prefer not to, because this means a minor version (new functionality), and not patch update (bug fixes).

Thanks in advance for your comments.




Shai Almog

unread,
Jul 7, 2015, 9:41:50 AM7/7/15
to codenameone...@googlegroups.com, helio...@gmail.com, helio...@gmail.com
Hi,
we don't support that numbering scheme. Only decimal numbers for portability. There is the ios.bundleVersion hint that allows that for mostly testflight etc. but I would recommend avoiding that since its a hassle to maintain.

helio...@gmail.com

unread,
Jul 8, 2015, 5:36:35 AM7/8/15
to codenameone...@googlegroups.com, helio...@gmail.com
Ok, sat do know.

Thanks, any way
Reply all
Reply to author
Forward
0 new messages