Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about Android development and PDF

TOPIC:

If i buy license how to use the key 9 years 4 months ago #7820

  • asliyanage
  • asliyanage's Avatar Topic Author
  • Offline
  • Premium Member
  • Premium Member
  • Posts: 100
  • Thank you received: 0
I need to know if i buy the key how to use the key?
I mean where to add the key in my code?

Please Log in or Create an account to join the conversation.

If i buy license how to use the key 9 years 4 months ago #7824

  • radaee
  • radaee's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1123
  • Thank you received: 73
sure, you can modify active codes in Global.Init();
and invoke Global.Init() when App start.

Please Log in or Create an account to join the conversation.

If i buy license how to use the key 9 years 4 months ago #7834

  • asliyanage
  • asliyanage's Avatar Topic Author
  • Offline
  • Premium Member
  • Premium Member
  • Posts: 100
  • Thank you received: 0
I can't see any place to add the key in init method inside Global class.

Please Log in or Create an account to join the conversation.

If i buy license how to use the key 9 years 4 months ago #7842

  • Davide
  • Davide's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 814
  • Thank you received: 65
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):
activeStandard(context, company, mail, serial);
activeProfessional(context, company, mail, serial);
activePremium(context, company, mail, serial);

In the "serial" field you have to put your activation key.

Please Log in or Create an account to join the conversation.

If i buy license how to use the key 9 years 4 months ago #7869

  • asliyanage
  • asliyanage's Avatar Topic Author
  • Offline
  • Premium Member
  • Premium Member
  • Posts: 100
  • Thank you received: 0
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

Please Log in or Create an account to join the conversation.

If i buy license how to use the key 9 years 4 months ago #7871

  • Davide
  • Davide's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 814
  • Thank you received: 65
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.

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum