TapLinx registration fails on Android

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

TapLinx registration fails on Android

1,331 次查看
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.

标签 (1)
标记 (2)
0 项奖励
回复
6 回复数

1,306 次查看
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 项奖励
回复

852 次查看
nathD
Contributor II

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 项奖励
回复

1,122 次查看
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 项奖励
回复

1,111 次查看
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 项奖励
回复

1,091 次查看
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 项奖励
回复

1,079 次查看
Fabian_R
NXP TechSupport
NXP TechSupport

Hello sir, I have sent you a private message.

Best Regards,
Fabian
0 项奖励
回复