Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
SQL
We are developing an application for ipad.

Right now process is like the number of devices we have we are adding its device id in our developer account and generate a provision profile and add it in our xcode project and then we generate .ipa file. Then we deploy the app deploy-able file and the .ipa file to our Application Center (internal app store).

so my question is: whenever we have to add a new device we rebuild the whole project and deploy it again. Is there any way that we add the device and the new provision profile gets associate with the old .ipa without rebuilding the project again?
Posted

1 solution

Yes need to rebuild the whole project and deploy it again.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900