What is the difference between ad hoc distribution and app store distribution in ios(ios中的ad hoc分发和应用商店分发有什么区别)
问题描述
我是 iPhone 开发的新手.我对 app_store 分发有一点想法.我的问题是
I am new in iPhone development. I have a little idea about app_store distribution. My questions are
- 在 ios 应用分发中需要什么即席分发?
2)Apple 的临时分发是否需要任何其他许可证?
2)Is any other license needed for ad hoc distribution from Apple?
如果有人知道,请帮助我.提前致谢.
if anybody knows, please help me. Thanks in advance.
推荐答案
Ad-Hoc Distribution:应用程序的分发版本,可以安装在开发人员在其配置门户上指定的 100 台设备上.分发机制可以是网站、邮件或OTA.这些类型的构建通常用于 beta 测试或演示.
Ad-Hoc Distribution: Distribution builds of an app, which can be installed on 100 devices designated by the developer on his provisioning portal. The distribution mechanism can be websites, mails or OTA. These type of builds are generally for beta testing or demos.
应用商店分发:面向公众(出售)的分发版本.分发机制仅限应用商店.
App-store Distribution: Distribution builds that are intended for general public(for sale). The distribution mechanism is App store only.
这篇关于ios中的ad hoc分发和应用商店分发有什么区别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:ios中的ad hoc分发和应用商店分发有什么区别


- GPS状态的广播接收器? 2022-01-01
- 类似于 Mail.app 的 iPad 模态视图控制器? 2022-01-01
- 网上有没有好的 UIScrollView 教程? 2022-01-01
- UITextView 内容插图 2022-01-01
- URL编码Swift iOS 2022-01-01
- 使用自动布局向 UIScrollView 添加动态大小的视图 2022-01-01
- Xcode 7.3 中带有 UILabel 的 UIStackView 2022-01-01
- 如何在 iPhone 模拟器中重置 NSUserDefaults 数据? 2022-01-01
- SetOnItemSelectedListener上的微调程序错误 2022-01-01
- 在 Iphone SDK 的导航栏上添加多个按钮 2022-01-01