iOS打包时Export的四个选择是什么意思?
在APP打包是点击Export会出来四个选项,具体啥意思呢?
根据苹果的描述:
App Store:
Distribute your app through the App Store, signed with an Apple Developer Program distribution provisioning profile.
就是通过选择App Store可以发布到应用商店,且会发布配置文件。
Ad Hoc:
Distribute your app to testers with registered devices, signed with an ad hoc provisioning profile.
The devices need to be registered in your developer account and are limited to 100 devices per product family per year. If you don’t want to use a portion of these development devices for testing, distribute your app using TestFlight instead.
If you are a member of the Apple Developer Enterprise Program, choose this option to test your app. Only members of the Apple Developer Program have access to iTunes Connect and TestFlight.
就是测试使用的,应用测试分发,但是测试设备需要在开发者账号中注册,最多100台设备。也可以使用苹果的TestFlight进行应用分发测试。
Enterprise:
Distribute your app to users in your organization, signed with an Apple Developer Enterprise Programdistribution provisioning profile.
Choose this option if you are a member of the Apple Developer Enterprise Program and are ready to release your app to users in your organization.
主要是企业级开发者账号进行分发应用使用的。一般用不到。
Development:
Distribute your app to testers with registered devices, signed with a development provisioning profile.
Choose this option to distribute your app to just your Apple Developer Program team. For macOS apps, this is the only option to distribute an Apple Developer Program-signed app for testing.
主要是将应用程序分发给注册过设备的测试人员使用的。分发给开发团队。一般用不到。
原文链接:https://www.jianshu.com/p/0a3a83194d4f
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
· 阿里巴巴 QwQ-32B真的超越了 DeepSeek R-1吗?
· 10年+ .NET Coder 心语 ── 封装的思维:从隐藏、稳定开始理解其本质意义
· 【设计模式】告别冗长if-else语句:使用策略模式优化代码结构
· 字符编码:从基础到乱码解决
· 提示词工程——AI应用必不可少的技术