CDBUUID 1.0.1

CDBUUID 1.0.1

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Apr 2017

Maintained by Kanstantsin Bucha, Kanstantsin Bucha.



CDBUUID 1.0.1

Description

The CDBUUID class provides methods for generating compact, unique ids. It based on Identify class of https://github.com/weaver/Identify but with removed ASIdentifierManager which has issue when submitting to the app store Ids are encoded as urlsafe base64 (letters, numbers, underscores, dashes), any = padding is stripped off, and they are given a single character prefix.

Example

call [CDBUUID UUIDString]

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

CDBUUID is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "CDBUUID"

Author

Kanstantsin Bucha aka yocaminobien, [email protected]

License

CDBUUID is available under the MIT license. See the LICENSE file for more info.