I put out an app that went live on Monday, but over the weekend I was reading the blog post on dynamic image management, so instead of submitting it to the showcase, I worked hard on converting everything over to display better graphics on the iPhone 4 and iPad.
This is the first update I’ve made to an existing app in the app store, and when I tried to submit it I got the error: CFBundleVersion needs to be higher than the one previously submitted.
Note: I didn’t have anything about a version number in my original build.settings. Since the error, I’ve tried a number of different thing in the build.settings. Here’s one of my attempts:
settings =
{
iphone =
{
plist =
{
CFBundleVersion = "1.01",
CFBundleDisplayName = "Marbles"
},
}
}
As far as I can tell, that should work assuming that the default CFBundleVersion is 1.0. (I don’t know what Corona uses as a default for that.) The CFBundleDisplayName works fine.
I’ve also tried changing the version number in the build screen.
Obviously, my app’s update is on hold until I can get this solved. [import]uid: 8776 topic_id: 6018 reply_id: 306018[/import]