iOS 导出 ipa 时四个选项的含义- Save for iOS App Store Deployment

通过 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.
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容