CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.
TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Nov 2016 |
Maintained by Jack.
Generate and save permanent UDID with IDFV and keychain in iOS device.
Use IDFV(identifierForVendor)
+ keychain
to make sure UDID consistency, even if the App has been removed or reinstalled.
A replacement for the deprecated mean of OpenUDID
.
It's so simple, just two lines of code:
#include "ZKUDIDManager.h"
NSString *UIDIString = [ZKUDIDManager value];
(null)
, please check your KeyChain Entitlemen
setting: Go to project settings->Capabilities->Keychain Sharing->Add Keychain Groups+Turn On. It usually happens in iOS 10.
They are in the ZKUDIDManager
folder:
ZKUDIDManager.h
ZKUDIDManager.m
Now, enjoy yourself!
ZKUDIDManager is released under MIT License.