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分发和应用商店分发有什么区别
基础教程推荐
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01