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

From wizarPOS
No edit summary
(Replaced content with "{{Migrating|https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/migrate-app-to-q2premium}}")
Tag: Replaced
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
# Change how the so file dir is got:
{{Migrating|https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/migrate-app-to-q2premium}}
Use getApplicationInfo().nativeLibraryDir instead of path concatenation,for example in EMVKernel invoking, when get the path of libEMVKernal.so, code should change to  
  tmpEmvLibDir = this.getApplicationInfo().nativeLibraryDir + "/libEMVKernal.so";

Latest revision as of 03:31, 8 April 2024

Please visit new link of same subject:

https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/migrate-app-to-q2premium

We're making a move! Our site's content is migrating to a new URL, to provide you with an enhanced browsing experience. Please update your bookmarks accordingly. Thank you for your continuous support!