How to Import SDK in C Programming: Difference between revisions

From wizarPOS
No edit summary
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
== Overview ==
{{Migrating|https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/import-java-sdk-in-c}}
We have transformed the SDK, originally an Android Archive (AAR) file, into a Dynamic Link Library (DLL) file. This allows C# programs to utilize the SDK. You can download [http://ftp.wizarpos.com/device/UseAARdemo_20231106.zip the demo] from the provided link.
== Key Points ==
* '''Current Demo Version:''' The demo uses a DLL converted from the AAR package of version 1.5.4.82.
* '''Version Updates:''' If there's a need to update to a newer version during development, please contact WizarPOS support for assistance.
== Additional Information ==
* '''Binding an AAR in Xamarin:''' For guidance on how to bind an .AAR file in Xamarin, refer to the Microsoft documentation available at [https://learn.microsoft.com/en-us/xamarin/android/platform/binding-java-library/binding-an-aar Binding an AAR].

Latest revision as of 03:21, 8 April 2024

Please visit new link of same subject:

https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/import-java-sdk-in-c

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!