TapLinx registration fails on Android

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

TapLinx registration fails on Android

544 Views
Taporro
Contributor I

Hi,

I've registered on NXP web site and created an new Android app. I have also generated offline license key. Unfortunately, when I try to register the library, I'm getting the following error:

 

Unable to complete the post to server
Registration failed..
Storing Failure Count: 2
No network/Failure count exceeded. count: 2
Attempting Local License Verification
Local License Verification :Failed
Attempting Local License Verification
Local License Verification :Failed

 

I've checked that activity package name matches the package name given on NXP Dev Center. I've also double checked app key and offline key. Internet access is authorized in manifest. I don't understand why there's an error when posting to server and why offline validation doesn't work. Can you please let me know if I missed something?

Here is my code that is quite basic and based on provided example (both keys are replaced by placeholders).

 

libInstance = NxpNfcLib.getInstance();
try {
  Log.d("NXPLIB", "Registering package " + this.getPackageName());
  libInstance.registerActivity(this, "APP_KEY", "OFFLINE_KEY");
} catch (Exception e) {
  // Exception
  ...
}

 

Thanks in advance.

Labels (1)
Tags (2)
0 Kudos
Reply
6 Replies

519 Views
Fabian_R
NXP TechSupport
NXP TechSupport

Hello sir,

We are having some internal issues with the key generation in our Platform.

Please bear with us a little longer, I will let you know of any updates

Best Regards,
Fabian
0 Kudos
Reply

65 Views
nathD
Contributor I

Hello Fabian,

Is this problem still present?
I get errors: ''Error while NxpNfcLib register” .

I'd like to know if this could be linked to this problem Or is it related to a bad library call in my code?

Thank you

 

0 Kudos
Reply

335 Views
martinkoreckydobias
Contributor I
Hello Fabian,
is there any update on the topic? Since the beginning of the year we have similar trouble, our application that we use for years stopped working.
Thanks in advance
Martin
0 Kudos
Reply

324 Views
Fabian_R
NXP TechSupport
NXP TechSupport

Hello sir, if the issues persist. Please provide a little more information about the issues that are arising.
This will help us determine how can we help you.

Best Regards,
Fabian
0 Kudos
Reply

304 Views
martinkoreckydobias
Contributor I

Hi Fabian,

 

thanks for the reply.

We have an application (at.novotec.lunchnfc) that we use on few mobile devices. Since roughly beginning of the year, we see that the app stops working after 2 weeks after the installation (like if wrong registration is used).

 

Unfortunately, I am not able to check the registration for our app, it has been registered by my predecessor, and I have no access to it.

BTW I have asked how I can transfer the ownership of that app to my account, but never got a response):

 

So, it the app registration is having troubles, I would like to know how we can fix it for our app.

 

Thanks

Martin

0 Kudos
Reply

292 Views
Fabian_R
NXP TechSupport
NXP TechSupport

Hello sir, I have sent you a private message.

Best Regards,
Fabian
0 Kudos
Reply