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

TOPIC:

ActivatePremium 9 years 7 months ago #7100

  • nekrodomus
  • nekrodomus's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 2
  • Thank you received: 0
Hi,

After purchasing the premium license, we have changed the parameters of activePremium with license key.

Debugging:

boolean succeeded = activePremium(act, "com.efl.EFLMagazines", "This email address is being protected from spambots. You need JavaScript enabled to view it.",
"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

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

ActivatePremium 9 years 7 months ago #7102

  • radaee
  • radaee's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1123
  • Thank you received: 73
seems android package name not support upper case.

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

ActivatePremium 9 years 7 months ago #7104

  • nekrodomus
  • nekrodomus's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 2
  • Thank you received: 0
This package name was used in the registration process and do not see how to change it. What can we do?

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

ActivatePremium 9 years 7 months ago #7105

  • radaee
  • radaee's Avatar
  • Offline
  • Moderator
  • Moderator
  • Posts: 1123
  • Thank you received: 73
others:
boolean succeeded = activePremium(act, "com.efl.EFLMagazines", "This email address is being protected from spambots. You need JavaScript enabled to view it.",
"XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX-XXXXXX");
second parameter shall not package name, this shall be name field, like:

boolean succeeded = activePremium(act, "radaee", "This email address is being protected from spambots. You need JavaScript enabled to view it.",
"LNJFDN-C89QFX-9ZOU9E-OQ31K2-FADG6Z-XEBCAO");

where "radaee" is not package name.

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

ActivatePremium 9 years 7 months ago #7106

  • Davide
  • Davide's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 814
  • Thank you received: 65
Hi,

the package name it's ok, you don't have to change it in your manifest.

activePremium(context, company, mail, serial);

You have to put the company name in the second field of the activePremium function!
Not your package name.

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

  • Page:
  • 1
Powered by Kunena Forum