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

Activate product fail

More
10 years 1 month ago #10199 by bernadi
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();
}
}
More
10 years 1 month ago #10211 by Davide
Replied by Davide on topic Activate product fail
Hi,
to test license functionalities I suggest you to look at this article: www.radaeepdf.com/support/knowledge-base...=component&kbartid=4
Time to create page: 0.978 seconds
Powered by Kunena Forum