The Anyline License
When you initialize Anyline SDK, you pass in the license key. If the license key is invalid, initialization will fail and the reason will be loaded into the NSError
parameter.
+ (BOOL)setupWithLicenseKey:(NSString *)licenseKey error:(NSError **)error;