简体   繁体   English

iphone / ipad企业应用程序分发

[英]iphone / ipad Enterprise application Distribution

i have enterprise application distribution certificate to distribute application to certain employees in an organization. 我拥有企业应用程序分发证书,可以将应用程序分发给组织中的某些员工。

Here how to delete a particular device id in that distribution certificate. 这里是如何删除该分发证书中的特定设备ID。

for example consider a person is run away from the organization with device means here how'll you restrict user to access the application in that particular device. 例如,考虑某人使用设备逃离了组织,这意味着您将如何限制用户访问该特定设备中的应用程序。

ANy idea... 任何想法...

You could implement a startup check where the app will contact a server which holds a blacklist of UDIDs of devices known to be AWOL. 您可以实施启动检查,在该检查中,应用程序将与服务器联系,该服务器持有被称为AWOL的设备的UDID黑名单。 The app would ask the server for permission to run upon startup by transmitting the UDID of its host device. 该应用程序将通过传输其主机设备的UDID来请求服务器启动时运行的许可。

This will of course force your devices to be online (or otherwise able to contact the server) in order to run. 当然,这将迫使您的设备在线(或以其他方式能够与服务器联系)以便运行。 If this is not possible under all circumstances, the permission to run could be valid for some time. 如果在所有情况下都无法做到这一点,则运行许可可能会在一段时间内有效。 For example, the app would start up for three days after the permission was last granted before requiring a new permit. 例如,在最后一次授予许可后,该应用程序将启动三天,之后需要新的许可。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM