I rewrote an app that was originally written in Objective C with XCode and ported it to Corona SDK. It is an existing app that is in the app store. Now, I want to update it and I keep getting an error that the Bundle identifier does not agree with the original app bundle identifier. How can I resolve this problem?
Thanks. [import]uid: 8780 topic_id: 11200 reply_id: 311200[/import]
@staytooned,
you will have to set the CFBundleIdentifier in the build.settings file, it has to be the same as you set in your provisioning certificate.
cheers,
?
[import]uid: 3826 topic_id: 11200 reply_id: 40659[/import]
@jayantv Thanks for replying. I found out how to fix this problem from another person experiencing this. If it is a pre-existing app that was created with a wildcard then you have to create a new distribution provisioning file with the exact CFBundleIdentifier and NOT put that in the Build.settings file. You just select the new distribution provisioning file. [import]uid: 8780 topic_id: 11200 reply_id: 40660[/import]