/CDBUUID

The CDBUUID provides methods for generating compact, unique ids

Primary LanguageObjective-CMIT LicenseMIT

It was archived. Please write to me at kanstantsin.bucha@icloud.com in case any issues occur.

CDBUUID

CI Status Version License Platform

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, yocaminobien@gmail.com

License

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