Open TatsuUkraine opened 1 year ago
Local Mobile Reader object always has simulated == false even if the discovery config has simulated == true.
false
simulated == true
Just try to discover local mobile reader with simulated equals to true
true
DiscoveryConfiguration( discoveryMethod: DiscoveryMethod.localMobile, locationId: /// some location ID, simulated: true ) Terminal.shared.discoverReaders( discoveryConfig, delegate: self )
16.4
Steps from docs
2.21.0
thanks for the report. We'll look to get this fixed up in a future release.
Summary
Local Mobile Reader object always has simulated ==
false
even if the discovery config hassimulated == true
.Code to reproduce
Just try to discover local mobile reader with simulated equals to
true
iOS version
16.4
Installation method
Steps from docs
SDK version
2.21.0
Other information