Search code examples
iosbranding

Install two versions of same iOS app


I am developing an iOS-application which is supposed to be branded to different customers. The issue at hand is that I need two versions of the application (one with orange theme and one with red theme) installed at the same time. What would be the best approach for accomplishing this?


Solution

  • You will simply need to use two different bundle-identifiers. This can be set in the info.plist: CFBundleIdentifier. You may want to setup different target or schemes that use different versions of the info.plist.