Hi, i have the same problem here, with build 828
i wanted to update my app to retina display support.
the error i get with a classic build: Bundle identifier: com-magicwhale-bagatelle differs from prior bundle identifier: com.magicwhale.bagatelle
So it’s COrona changing the . to - .
when i try to add CFBundleIdentifier = “com.magicwhale.bagatelle”, to my build.settings, i got another error telling me that the bundle ID is invalid:
the application-identifier entitlement is not formatted correctly; it should contain your 10-character App ID Seed, followed by a dot, followed by your bundle identifier: xxxxxxxxx.com.magicwhale.bagatelle (-19054)
i even tried to change the bundle id within the built, but then apple tells me it’s not a valid build (modified, not signed)
So, because i can’t change the bundleid of my app, i’m locked
many people have old bundle ids with dots in it, can’t you just change it in the builds so that you are warned that you have invalid characters in your bundle id, but DON’T change them?
Howe the others have resolved this? [import]uid: 44010 topic_id: 19860 reply_id: 110420[/import]