Atalasoft MobileImage API Reference
|
License for unlocking library features. More...
#import <kfxLicense.h>
Class Methods | |
(BOOL) | + setMobileSDKLicense: |
Sets the SDK usage license. More... | |
License for unlocking library features.
An instance of this class contains the properties and methods you must use to set the usage license. Once you set the license, other library API methods work as designed. The license remains valid while the app is still running.
You use the setMobileSDKLicense method on the kfxLicense object to set the license.
+ (BOOL) setMobileSDKLicense: | (NSString *) | license |
Sets the SDK usage license.
The input to this method is the VRS license string.
license | is the valid license string that was contained in a distributed header file that you received with the purchase of the SDK. |