In Xcode 7.0 or above,when we archive the project and want to export the archive file as .ipa file,we have the four options:
We have a new option:"Save for Development Deployment"
.
I don't know what's the difference between "Save for Ad Hoc Deployment"
and "Save for Development Deployment"
.
I called the Apple official support phone service for help,but he told me he's not clear and if I want to get more technical details,I can send emails to the professional help,and then he only sent me some official documentation on the Apple.com.
I have searched the Apple official documentation,I found this:
Exporting Your App for Testing Outside the Store
To distribute your app to users with designated devices, select “Save for Ad Hoc Deployment.” The app will be code signed with the distribution certificate.
To distribute your app for internal testing, select “Save for Development Deployment.” The app will be code signed with your development certificate.
Acorrding to the above words.It seems that:
Same point:
Both of them are for internal use.
Different points:
1.“Save for Ad Hoc Deployment.” for internal distribution,but “Save for Development Deployment.” for internal testing?
2.The difference between “Save for Ad Hoc Deployment.” and “Save for Development Deployment.” is distribution certificate and development certificate?
Note:I have heard that "development certificate" belongs to the individual person but distribution certificate belongs to the whole team,I'm not quite sure about this.
So,who can tell me what's the purpose of "Save for Development Deployment",and what's the difference between "Save for Development Deployment" and “Save for Ad Hoc Deployment.”?