- Posts: 100
- Thank you received: 0
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
- asliyanage
- Topic Author
- Offline
- Premium Member
-
Less
More
IP: 192.168.0.71
11 years 3 months ago #7820
by asliyanage
If i buy license how to use the key was created 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?
I mean where to add the key in my code?
IP: 192.168.0.71
11 years 3 months ago #7824
by radaee
Replied by radaee on topic If i buy license how to use the key
sure, you can modify active codes in Global.Init();
and invoke Global.Init() when App start.
and invoke Global.Init() when App start.
- asliyanage
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 100
- Thank you received: 0
IP: 192.168.0.71
11 years 3 months ago #7834
by asliyanage
Replied by asliyanage on topic If i buy license how to use the key
I can't see any place to add the key in init method inside Global class.
IP: 192.168.0.167
11 years 3 months ago #7842
by Davide
Replied by Davide on topic If i buy license how to use the key
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):
In the "serial" field you have to put your activation key.
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.
- asliyanage
- Topic Author
- Offline
- Premium Member
-
Less
More
- Posts: 100
- Thank you received: 0
IP: 192.168.0.71
11 years 3 months ago #7869
by asliyanage
Replied by asliyanage on topic If i buy license how to use the key
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
ContextWrapper context,String company, String mail, String serial
IP: 192.168.0.167
11 years 3 months ago #7871
by Davide
Replied by Davide on topic If i buy license how to use the key
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.
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