Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Questions about Android development and PDF

If i buy license how to use the key

More
IP: 192.168.0.71 11 years 3 months ago #7820 by asliyanage
I need to know if i buy the key how to use the key?
I mean where to add the key in my code?
More
IP: 192.168.0.71 11 years 3 months ago #7824 by radaee
sure, you can modify active codes in Global.Init();
and invoke Global.Init() when App start.
More
IP: 192.168.0.71 11 years 3 months ago #7834 by asliyanage
I can't see any place to add the key in init method inside Global class.
More
IP: 192.168.0.167 11 years 3 months ago #7842 by Davide
Hi,
in the Init(Activity act) void of Global class you have to call one of these method (based on what kind of license you have):
Code:
activeStandard(context, company, mail, serial);
Code:
activeProfessional(context, company, mail, serial);
Code:
activePremium(context, company, mail, serial);

In the "serial" field you have to put your activation key.
More
IP: 192.168.0.71 11 years 3 months ago #7869 by asliyanage
what are those paramoters.what should i add for below parameters.I know serial i need to add the serial number which i get from the radaee.what are the other parameters?

ContextWrapper context,String company, String mail, String serial
More
IP: 192.168.0.167 11 years 3 months ago #7871 by Davide
Hi,
context -> activity
company -> company name
mail -> email

These parameters are written on the activation email you have received when you bought your license.
These are the parameter you entered when you have requested for the activation key.
Time to create page: 0.440 seconds
Powered by Kunena Forum