Permission[<https://drive.google.com/file/d/1PiUmoEDCHDshiVN1VY9DjA1C8e71hUlx/view?usp=drive_link>]
1 - Need to enable location permission at the application level (otherwise scanning device issue)
2 - Need to Bluetooth permission at the application level (otherwise scanning device issue)
Device MANUFACTURED
AF60S - 1
MP-63 - 2
service android :name="com.anfu.pos.library.bluetooth4.BluetoothLeService" android :enabled="true"
Code to be added in calling application's manifest with close tag in service
LIVE SDK LINK
https://docs.paysprint.in/matm/LIVESDK/AFPOS/microatmlib-release.aar
https://docs.paysprint.in/matm/LIVESDK/AFPOS/New/androidx/newfirmware/fingpaymicroatm-release.aar
LIVE DEMO APP LINK
https://drive.google.com/file/d/1PiUmoEDCHDshiVN1VY9DjA1C8e71hUlx/view?usp=sharing
FOR MATMIn MATM SDK Guide Line :-
If in your project minifyEnabled is enabled then add the below code in your proguard rule.
-keep class com.paysprint.microatmlib.{ ; }
-keep class com.fingpay.microatmsdk.{ ; }
DEVICE UPDATE APP
https://docs.paysprint.in/matm/matmsdk/NEWFIRMWARE/New_Firmware.apk
