简体   繁体   中英

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.

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. The app would ask the server for permission to run upon startup by transmitting the UDID of its host device.

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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