iPad 即席应用程序限制
我的客户想要使用 AdHoc iPad 应用程序。 (不想进行应用程序提交) 我想知道如果我使用 AdHoc 应用程序有什么限制吗?
- 我需要每 3 个月在每台设备上重新安装一次应用程序吗? (配置文件每三个月过期)
- 我想使用 ASIHTTPRequest 从 Web 服务器检索更新数据。我可以在 AdHoc 应用程序等上执行此操作吗?
谢谢您的帮助。
My client wants to use AdHoc iPad app. (don't want to go through app submission)
I want to know there's any limitation if i use AdHoc app.
- Do i need to reinstall the app to every devices every 3 months? (the profile will be expired every three months)
- I want to use ASIHTTPRequest to retrieve update datas from web server. Can I do that on AdHoc app and etc
Thanks for the help.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
设备数量限制为 100 台。更多信息请访问:http://developer.apple.com/programs/ios/distribute.html
Ad Hoc 分发
“通过 Ad Hoc 分发,您可以与最多 100 个其他 iPad、iPhone 或 iPod touch 用户共享您的应用程序。通过电子邮件或将其发布到网站或服务器,用户可以下载并安装您的应用程序”。
There is a limit of 100 devices. More info at: http://developer.apple.com/programs/ios/distribute.html
Ad Hoc Distribution
"With Ad Hoc distribution you can share your application with up to 100 other iPad, iPhone, or iPod touch users. Through email or by posting it to a website or server, users can download and install your app."
您可以查看 iOS 开发者企业计划
“分发您专有的内部 iOS 应用程序您还可以安全地向员工托管和无线分发或更新内部应用程序,让他们随时随地保持最新状态。”
请务必仔细阅读“条款和条件”,因为 Apple 可能只允许员工使用企业应用程序。
You can look into iOS Developer Enterprise Program
"Distribute your proprietary, in-house iOS apps to employees or members of your organization. You can also securely host and wirelessly distribute or update in-house apps to employees, keeping them current anywhere, anytime."
Make sure to read "Terms & Conditions" closely as Apple may allow enterprise apps for employees only.