在App Store上的应用程序中使用itms-services链接 [英] Using itms-services links in an app on the App Store

查看:131
本文介绍了在App Store上的应用程序中使用itms-services链接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

一段时间以来,我一直在开发一种简化的,基于Web的临时构建管理服务,现在我正在探讨使我的客户生活变得更轻松的可能性.

I've been working on a simplified, web-based ad-hoc build management service for a while now, and I'm going over the possibilities to my make clients life easier.

尽管有一种可能就是简单地创建一个针对iOS优化的网络应用,但我宁愿拥有一个本机应用.

While one possibility is to simply create a web app optimized for iOS, I'd rather have a native app instead.

现在,关于Apple是否可以使用使用itms-services链接的应用程序,我还没有找到明确的建议,只要它们是临时签名的,该应用程序就会安装第三方非App Store应用程序/企业建立.

Now, I haven't found any clear advice on whether or not Apple is okay with apps using itms-services links, which would then install 3rd party non-App Store apps, as long as they were signed ad-hoc/Enterprise builds.

就我而言,有问题的应用将绑定到特定的用户/组,并位于登录/注册之后.

In my case, the apps in question would be tied to a specific user/group, and would be behind a login/signup.

当前我正在做的是:

[[UIApplication sharedApplication] openURL:_appInstallUrl];

此外,如果Apple可以在App Store上使用这样的应用程序,那么他们对强制暂停应用程序的感觉如何?

Also, if Apple would be okay with an app like this on the App Store, how would they feel about forcefully suspending apps?

我目前正在安装应用程序后立即执行此操作:

I'm currently doing this right after installing the app:

[[UIApplication sharedApplication] performSelector:@selector(suspend)];

推荐答案

将其发布为答案,因为这是Apple的官方回复.

我首先联系了Apple的技术支持,但他们无济于事,而是希望我与App Store审核小组联系,并记得提到了一名技术人员告诉我与他们联系.

I first contacted Apple's technical support regarding this, but they couldn't help and instead wanted me to contact the App Store Review Team, remembering to mention that a technician had told me to contact them.

他们最终回答如下:

感谢您与App Store审核小组联系.

请注意,如果不审查应用程序本身,我们将无法为开发人员预先批准提议的应用程序构想.

每个应用程序都是唯一的,我们需要查看其所有功能和复杂性,以便为您提供答案.

因此,我们建议您提交申请以供审核.如有任何疑问,我们将与您联系.

但是,对于您的问题,我们建议您查看我们的iOS指南中的功能和隐私"部分:

2.22:任意限制应用程序(例如按位置或运营商)限制哪些用户可以使用该应用程序的应用程序可能会被拒绝

17.2:要求用户共享个人信息(例如电子邮件地址和生日)才能正常运行的应用程序

尽管从技术上讲这根本无法回答我的问题,但根据审核者的观点,该想法/应用似乎仍然可以通过.至少他们似乎并不反对这个想法.

While this technically doesn't answer my question (at all), it would seem like the idea/app could still go through, depending on the reviewer. At least they don't seem to be against the idea.

这篇关于在App Store上的应用程序中使用itms-services链接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆