How to Import SDK in C Programming: Difference between revisions

From wizarPOS
No edit summary
Line 2: Line 2:
We changed the SDK aar file to a dll, then C# program can use it. Please download demo [http://ftp.wizarpos.com/device/useAARDemo_20231106.zip here]
We changed the SDK aar file to a dll, then C# program can use it. Please download demo [http://ftp.wizarpos.com/device/useAARDemo_20231106.zip here]


Please notice, when develop, please apply new dll file, the dll file in the demo is changed from 1.5.4.82.
Please note that the current demo uses a DLL that is converted from the AAR package of version 1.5.4.82. If you need to update the version during development, please contact WizarPOS support personnel.


== Binding an .AAR on Xamarin ==
== Binding an .AAR on Xamarin ==

Revision as of 03:14, 6 November 2023

SDK aar to dll

We changed the SDK aar file to a dll, then C# program can use it. Please download demo here

Please note that the current demo uses a DLL that is converted from the AAR package of version 1.5.4.82. If you need to update the version during development, please contact WizarPOS support personnel.

Binding an .AAR on Xamarin

See Also

https://learn.microsoft.com/en-us/xamarin/android/platform/binding-java-library/binding-an-aar