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

TOPIC:

Activate product fail 8 years 2 months ago #10199

  • bernadi
  • bernadi's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 1
  • Thank you received: 0
Hi

when try to activate product with method return false
boolean a = Init(act, 1, "corp name",
"mail buy license",
"key license");

what am I doing wrong?

public static void Init(Activity act) {
// second para is license type
// 0 means standard license.
// 1 means professional license
// 2 means premium license
// 3rd para is company name string(not package name)
// 4th para is mail
// 5th para is key string
// the package name got by native C/C++ library, not by pass parameter.

// activeProfessional(act, "company name",
// "mail buy license",
// "license key");

boolean a = Init(act, 1, "corp name",
"mail buy license",
"key license");
if (a) {
Toast.makeText(act, "activado", Toast.LENGTH_LONG).show();
} else {
Toast.makeText(act, "no activado", Toast.LENGTH_LONG).show();
}
}

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

Activate product fail 8 years 2 months ago #10211

  • Davide
  • Davide's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 814
  • Thank you received: 65
Hi,
to test license functionalities I suggest you to look at this article: www.radaeepdf.com/support/knowledge-base...=component&kbartid=4

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

  • Page:
  • 1
Powered by Kunena Forum