How to Migrate a Payment Application to Q2Premium: Difference between revisions

From wizarPOS
(Created page with "# EMVKernel invoking: Change the tmpEmvLibDir, now use the follow code: tmpEmvLibDir = this.getApplicationInfo().nativeLibraryDir + "/libEMVKernal.so";")
 
No edit summary
Line 1: Line 1:
#  EMVKernel invoking:
#  EMVKernel invoking:
Change the tmpEmvLibDir, now use the follow code:
  Change the tmpEmvLibDir, now use the follow code:


   tmpEmvLibDir = this.getApplicationInfo().nativeLibraryDir + "/libEMVKernal.so";
   tmpEmvLibDir = this.getApplicationInfo().nativeLibraryDir + "/libEMVKernal.so";

Revision as of 07:07, 11 May 2023

  1. EMVKernel invoking:
 Change the tmpEmvLibDir, now use the follow code:
 tmpEmvLibDir = this.getApplicationInfo().nativeLibraryDir + "/libEMVKernal.so";