During the activation key request, you should have entered some essential information:
First two fields are self-explaining.
The third field is the unique bundle identifier you've chosen for your application: it is defined in the .plist file or in the application target (“General” tab)
To activate your license you should invoke the correct activate method (Global_activeXXX) in PDFVGlobal.m, APP_Init() method, based on your license type, like this:
BOOL succeeded = Global_activePremium("com.radaee.pdf.PDFViewer", "Radaee", "This email address is being protected from spambots. You need JavaScript enabled to view it.", “89WG9I-HCL62K-H3CRUZ-WAJQ9H-FADG6Z-XEBCAO");
Then you can call APP_Init() on application launch:
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
{
APP_Init();
RadaeePDF SDK for iOS
How to activate my Android license?
Created : 2015-01-19 17:22:19, Last Modified : 2015-01-19 17:26:09