iOS Question Adding second device

Stephenz43

Member
Licensed User
Longtime User
I have a rather simple and somewhat embarrassing question. I want to add a second iphone to a app. I added the device to the list on apple. I advertantly, I deleted my original keys folder and have to "start from scratch" . How do I do this without stopping the 1st phone from running.

Thanks
Steve
 

f0raster0

Well-Known Member
Licensed User
Longtime User
the app in 1st phone won't be affected when generating new keys/cert/etc

just compile and install the app on one or both phones using the new key/certificate/mobile profile.
 
Upvote 0

hatzisn

Expert
Licensed User
Longtime User
I have a rather simple and somewhat embarrassing question. I want to add a second iphone to a app. I added the device to the list on apple. I advertantly, I deleted my original keys folder and have to "start from scratch" . How do I do this without stopping the 1st phone from running.

Thanks
Steve

I suppose you have done the same error I was doing in the beggining. It is not enough just to add the device. When you are creating the provision profile you will have to check all devices in the create provision profile section. Then you just compile the bridge and add it to the iPhones and you are done in both devices. Then you can easily install it in both devices. Also as @f0raster0 said the keys are irrelevant. Only the provision profile matters.
 
Upvote 0

Stephenz43

Member
Licensed User
Longtime User
thank you for the response...
b4i 8.10
So, starting from a empty keys folder

From B4i
Select private Sign key to generate the
B4i.keystore
B4i
certsigningrequest.csr

From Developer.Apple.com
Download Existing ois_distribution
Add new device
Download existin profile

Then compile.
 
Upvote 0
Top