Releases: YouTransactor-SAS/mPOS-SDK-IOS
1.16
1.15
integration SDK 0.5.25
Request the speed mode
v1.14
Use new APIs :
- setLocale
- getLocale
- getSUpportedLocale
1.11
add API setTerminalLanguage()
call cancelAll command at the beginning of the transaction flow
accept online request as outcome of nfcComplete command and re-run the authorization
add CardReadEnd state to notify the app that cancel transaction should be disabled because card was already read
Task.cancel() returns Bool, if false cancel could not be done
update SetInfoField command to setTerminalLanguage tag 0xE1
update RPCManager to manage two commands at the same time the current one and the cancelAll one, and wait for one response of one of them
sample App : add setLang button and call setTerminalLanguage api
1.10
Merge pull request #38 from YouTransactor-SAS/develop-dhouha Develop dhouha
1.8
print retrieved tags CC, F4 & F5
1.7
use timeInterval as type of card wait timeout
1.5
exit secure session before calling display and get info command, to cancel secure state of terminal or sdk
1.4
add cancel button at transaction
implement cancel function at authorization and riskManagement