iOS 设备唯一标示符(UDID)解决方案 ZKUDIDManager

码农软件 · 软件分类 · 其他(Others) · 2019-07-17 07:12:12

软件介绍

ZKUDIDManager是一个开源的基于Keychain和IDFV的iOS设备唯一标示符(UDID)解决方案,它能够确保在App被卸载、重装、iOS系统升级等一系列极端情况下设备的UDID不会发生改变。

使用简单,仅需一行代码;轻量级,只有一个类文件。

#include "ZKUDIDManager.h"
NSString *UIDIString = [ZKUDIDManager value];

支持 iOS 6.0 及以后版本系统,可通过CocoaPods进行安装。

本文地址:https://codercto.com/soft/d/10305.html

Understanding Computation

Understanding Computation

Tom Stuart / O'Reilly Media / 2013-6-3 / USD 39.99

Finally, you can learn computation theory and programming language design in an engaging, practical way. Understanding Computation explains theoretical computer science in a context you'll recognize, ......一起来看看 《Understanding Computation》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

SHA 加密
SHA 加密

SHA 加密工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试