Invalid version while sending to App Store

1,618 views
Skip to first unread message

Piotr Matalewski

unread,
Sep 16, 2015, 2:11:46 PM9/16/15
to RoboVM
Hi, I'm using robovm v. 1.4 (with libgdx 1.6.1). My app runs fine. I just wanted to send an update after few months from the last one (I only changed icon). 
But when I want to send an app to the app store I'm getting following errors:

ERROR ITMS-90478: "Invalid Version. The build with the version “4.61” can’t be imported because a later version has been closed for new build submissions. Choose a different version number."
ERROR ITMS-90062: "This bundle is invalid. The value for key CFBundleShortVersionString [4.8] in the Info.plist file must contain a higher version than that of the previously approved version [4.61]."

In Info.plist.xml I have this values:

<key>CFBundleShortVersionString</key>
<string>4.8</string>
<key>CFBundleVersion</key>
<string>4.8</string>

Previously it was 4.61, now the build on the store is set up to 4.8. But this error is ridiculous. I don't know if it's related to roboVM, but I have another apps not using it and I never has such a problem (well in this app it wasn't appearing before too).

Are these 2 values everything related to the app versioning in a project or it's something hidden somewhere? 

Also I wanted to try "Open Xcode Project", but nothing happens. I thought maybe xcode can do it :)

Niklas Therning

unread,
Sep 16, 2015, 3:11:14 PM9/16/15
to Piotr Matalewski, RoboVM
I think the reason is that 61 is higher than 8.For each version you need to increase the values. Use 4.80 instead maybe? For CFBundleVersion I usually use a single integer which I always increase for each build.


--
You received this message because you are subscribed to the Google Groups "RoboVM" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robovm+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Piotr Matalewski

unread,
Sep 17, 2015, 7:00:33 AM9/17/15
to RoboVM, pi...@rosmedia.us
Haha yeah. For apple version 4.8 is smaller than 4.61 :) Just made 4.62 and it worked. Thanks for help!
Reply all
Reply to author
Forward
0 new messages