2 versions of the app (dev. and ad hoc) on the same device ?

Hey there !

I’ve created 2 certificates : one for development, and an other one ad hoc.

I managed to sync the dev. version on my phone, through iTunes : it works fine.

The ad hoc version, sent to my friends, works also fine, through TestFlight.

Now, I would like to get both versions on my iphone. But when I sync the development version on my phone through itunes, and then try to download the ad hoc version through TestFlight, the last one seems to erase the previous one…

Is it actually possible to get both versions at the same time ? What did I do wrong ?

Thanks in advance !

From what I’ve seen it’s not possible. Since both of your certificates/provisioning profiles use the same app ID, the adhoc version you download is seen kind of like an update to the dev version, so it replaces it.

Apple uses the bundle ID (com.yourname.yourapp) to determine what apps are unique on the device.  If you want two versions, at the same time you will need to appID’s/provisioning profiles with different bundle ID’s set.

Rob

Ok, thanks a lot Rob Miracle ! :slight_smile:

From what I’ve seen it’s not possible. Since both of your certificates/provisioning profiles use the same app ID, the adhoc version you download is seen kind of like an update to the dev version, so it replaces it.

Apple uses the bundle ID (com.yourname.yourapp) to determine what apps are unique on the device.  If you want two versions, at the same time you will need to appID’s/provisioning profiles with different bundle ID’s set.

Rob

Ok, thanks a lot Rob Miracle ! :slight_smile: