通过 Archive 打包然后导出 ipa 会有四个选项:
其意思分别是:
-
Save for iOS App Store Deployment
sign and packege application for distribution in the iOS App Store
保存到本地,上传 App Strore 时使用(打包上架或者越狱手机使用)
签名并打包作为 iOS App Store 分发包使用 -
Save for Ad Hoc Deployment
sign and packege application for Ad Hoc distribution outside the iOS App Store
保存到本地,让添加到开发者账号中的设备使用
签名并打包在 iOS App Store 之外的设备使用
注:该包是发布证书编译的The app will be code signed with the distribution certificate.
-
Save for Enterprise Deployment
sign and packege application for enterprise distribution outside the iOS App Store
保存到本地,供企业员工使用(企业账号分发使用)
签名并打包在 iOS App Store 之外的企业设备上使用 -
Save for Development Deployment
sign and packege application for development distribution outside the iOS App Store
保存到本地,供测试使用
签名并打包在 iOS App Store 之外的测试设备使用
注:该包是开发证书编译的The app will be code signed with your development certificate.