- Posts: 2
- 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
ActivatePremium
- nekrodomus
- Topic Author
- Offline
- New Member
-
Less
More
IP: 192.168.0.71
11 years 6 months ago #7100
by nekrodomus
ActivatePremium was created by nekrodomus
Hi,
After purchasing the premium license, we have changed the parameters of activePremium with license key.
Debugging:
boolean succeeded = activePremium(act, "com.efl.EFLMagazines", "[email protected]",
"XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX");
The value of succeeded is 'false' , What is the problem?
The package of MainActivity.java and Global.java is com.radaee.pdf
After purchasing the premium license, we have changed the parameters of activePremium with license key.
Debugging:
boolean succeeded = activePremium(act, "com.efl.EFLMagazines", "[email protected]",
"XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX");
The value of succeeded is 'false' , What is the problem?
The package of MainActivity.java and Global.java is com.radaee.pdf
IP: 192.168.0.71
11 years 6 months ago #7102
by radaee
Replied by radaee on topic ActivatePremium
seems android package name not support upper case.
- nekrodomus
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 2
- Thank you received: 0
IP: 192.168.0.71
11 years 6 months ago #7104
by nekrodomus
Replied by nekrodomus on topic ActivatePremium
This package name was used in the registration process and do not see how to change it. What can we do?
IP: 192.168.0.71
11 years 6 months ago #7105
by radaee
Replied by radaee on topic ActivatePremium
others:
boolean succeeded = activePremium(act, "com.efl.EFLMagazines", "[email protected]",
"XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX");
second parameter shall not package name, this shall be name field, like:
boolean succeeded = activePremium(act, "radaee", "[email protected]",
"LNJFDN-C89QFX-9ZOU9E-OQ31K2-FADG6Z-XEBCAO");
where "radaee" is not package name.
boolean succeeded = activePremium(act, "com.efl.EFLMagazines", "[email protected]",
"XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX");
second parameter shall not package name, this shall be name field, like:
boolean succeeded = activePremium(act, "radaee", "[email protected]",
"LNJFDN-C89QFX-9ZOU9E-OQ31K2-FADG6Z-XEBCAO");
where "radaee" is not package name.
IP: 192.168.0.156
11 years 6 months ago #7106
by Davide
Replied by Davide on topic ActivatePremium
Hi,
the package name it's ok, you don't have to change it in your manifest.
You have to put the company name in the second field of the activePremium function!
Not your package name.
the package name it's ok, you don't have to change it in your manifest.
Code:
activePremium(context, company, mail, serial);
You have to put the company name in the second field of the activePremium function!
Not your package name.
Time to create page: 0.394 seconds