Reply To: Lite Sample Application

Forum MIFARE SDK Lite Sample Application Reply To: Lite Sample Application

Re: Lite Sample Application

15. June 2015 at 8:44
Ah, now I see, it is Lite SDK. So ignore the "KeySet" part from previous answer.

But do check for ANdroidManifest, if everything is in what is needed.
Also add the:

@Override
protected
void
onPause() {
libInstance
.stopForeGroundDispatch();
super
.onPause();
}
@Override
protected
void
onResume() {
libInstance
.startForeGroundDispatch();
super
.onResume();
}


I didnt notice it in your code.

Best,
David
+ 0  |  - 0