iOS内部应用程序分发 [英] iOS In-House App Distribution

查看:184
本文介绍了iOS内部应用程序分发的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的客户希望控制哪个设备正在运行该应用,但还需要将该应用分发给100多台设备。

My client wants to control which device is running the app but also needs to distribute the app to more than 100 devices.

如果有人设法获得该设备。 ipa他不希望他能够在非授权设备上运行它。

In case someone manages to get the .ipa he doesn't want him to be able to run it on a non authorized device.

我不确定以下内容:在企业开发程序下可以,和如果是这样,应用程序如何绑定到设备UUID(如临时部署),还是我必须完全保护应用程序分发流程?

I'm unsure about the following: under the enterprise development program can, and if so how, an app be tied to an device UUID (as for ad-hoc deployment) or do I have to secure the app distribution process entirely ?

谢谢。

推荐答案

如果您将应用程序作为企业应用程序分发,则无法将其绑定到adid-hoc部署等UDID(已授予)作为企业开发人员,您仍然可以使用100个设备作为临时分发。

If you distribute your app as an Enterprise app you can't tie it to a UDID like ad-hoc deployment (granted as an Enterprise developer you still have 100 devices you can distribute as ad-hoc to).

您可以使用TestFlight分发企业应用程序,它允许您维护列表授权用户/设备,您可以管理谁获得构建等,以便 Testflight的安装过程w只会将您的应用安装到您已授权的设备上。即使电子邮件在未经授权的设备上打开,也无法安装。用户仍然可以努力让你的应用程序脱离他们的设备并尝试在其他地方安装它,但是......

You can use TestFlight for distribution of Enterprise apps, it allows you to maintain lists of authorized users/devices and you can manage who gets builds etc such that Testflight's installation process will only install your app onto devices you've authorized. Even if the email is opened on a unauthorized device it won't install. Users could still endeavor to get your app off their device and try to install it elsewhere but...

如果这些设备都是< iOS6你可以引用设备' uniqueIdentifier 并检查维护的UDID列表,以便显然仍然可以安装该应用但无法运行。

If the devices are all < iOS6 you could references the devices' uniqueIdentifier and check that against a maintained list of UDID's such that the app can obviously still be installed but it couldn't be run.

另一种选择是要求他们在启动时登录应用程序,否则将无法运行。

Another alternative is requiring them to sign into the app on launch or it won't run.

这篇关于iOS内部应用程序分发的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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