【发布时间】:2013-03-19 13:35:14
【问题描述】:
我正在开发一些应用程序,以便通过企业计划在公司 iPad 上分发(因此我/公司可以完全控制它们)。在公司拥有的设备的上下文中,如果有一种方法来识别运行应用程序的设备,那么“正确”是什么?
此处推荐的 CFUUIDCreate UIDevice uniqueIdentifier Deprecated - What To Do Now? 不起作用,因为多个应用程序的 id 必须相同。
现在How can I programmatically get the MAC address of an iphone 看起来是最好的方法,但我对 Apple 的东西很陌生,想知道是否有更好的方法。
iPad 是用于仓库使用的,识别设备是为了识别 iPad 分配到哪个仓库。
【问题讨论】:
标签: ios objective-c enterprise