Reputation: 1788
I have a released android/ios app. I would like to keep the released version around on my devices as a reference, while I continue development and make experimental builds.
I've cloned the project, but can't seem to change the app signature so builds don't overwrite the released version. What do I need to change so I can have parallel versions?
Upvotes: 2
Views: 543
Reputation: 420
In case of iOS you have to change the "bundle ID" in info.plist. The same thing represented as "App ID" (Project Properties -> Categories -> Codename One -> iOS) in codenameone
Upvotes: 1