美文网首页iOS 移动端开发
iOS打包的时候,几个打勾地方的解释!

iOS打包的时候,几个打勾地方的解释!

作者: 恋空K | 来源:发表于2018-05-25 17:11 被阅读1793次

上传app store的时候(点击Upload to App Store):

app store distribution options :应用程序商店分配选项

include bitcode for ios content:内容包括对凹陷bitcode

allows the app store to build your app to take advantage of hardware,software or compiler changes:允许应用程序商店构建你的应用程序,利用硬件、软件或编译器的变化

strip swift symbols:快速符号

reduce app size by stripping symbols from swift standard libraries:从SWIFT标准库中提取符号减少应用程序大小

upload your app's symbols to receive symbolicated reports from apple:上传你的应用程序的符号来接收来自苹果的象征性报告

crash logs and other diagnostic information from your customers will be symbolicated and viewable within xcode:来自客户的崩溃日志和其他诊断信息将在XCODE中被符号化和可查看。

automatically manage signing:自动管理签名

manually manage signing:手动管理签名

1.Save foriOSApp Store Deployment

保存在本地等待上传APPStore使用   一般没必要选择上传直接点击Upload to App Store 即可  

2.Save for Ad Hoc Deployment

保存到本地 准备在账号添加的可使用设备上使用    发布证书编译的

3.Save for Enterprise Deployment  

企业级账户下 准备本地服务器分发的app

4.Save for Development Deployment

内部测试使用,开发证书编译的

进入之后直接点击 Export one app for all compatible devices  切记不要选择左下角的learn More

development distribution options:发展分配方案

additional options:附加选项

rebuild from bitcode:从位码重建

export your app by compiling the bitcode in the same way the app store does:通过与应用程序商店相同的方式编译位代码来导出应用程序

此为打ipa或发包时的选项,有四:

一、个人账号发包所选;

    显然,签名并打包程序来发布到iOS App Store ,是个人账户发包所选。

二、打云测ipa包;

    发布蒲公英内测、云测等所需的ipa,就选这个来打包,注意,要用发布证书;

    官网解释: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.用发布证书打包,装在那些用户没有签名的设备上。也就是打多人安装的内测版本ipa所用。

    例如蒲公英内测、云测所需的ipa,就选这个来打包,注意,要用发布证书。

三、企业账号发包所选。

四、打内测ipa包;

    要求设备已经添加,用开发证书打包。

    官方解释:To distribute your app for internal testing, select “Save for Development Deployment.” The app will be code signed with your development certificate.用开发证书打包,用于内部测试。

相关文章

网友评论

    本文标题:iOS打包的时候,几个打勾地方的解释!

    本文链接:https://www.haomeiwen.com/subject/amrujftx.html