CocoaPods trunk is moving to be read-only. Read more on the blog, there are 17 months to go.

ZKUDIDManager 1.0.8

ZKUDIDManager 1.0.8

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Nov 2016

Maintained by Jack.



  • 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.

Usage

It's so simple, just two lines of code:

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

⚠️Attention: If you get the 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.

Source files

They are in the ZKUDIDManager folder:

  • ZKUDIDManager.h
  • ZKUDIDManager.m

Now, enjoy yourself!

License

ZKUDIDManager is released under MIT License.