TapLinx registration fails on Android

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

TapLinx registration fails on Android

1,340件の閲覧回数
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,315件の閲覧回数
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 件の賞賛
返信

861件の閲覧回数
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,131件の閲覧回数
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,120件の閲覧回数
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,100件の閲覧回数
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,088件の閲覧回数
Fabian_R
NXP TechSupport
NXP TechSupport

Hello sir, I have sent you a private message.

Best Regards,
Fabian
0 件の賞賛
返信