Hi,
I'm building an application that supports Zebra Rfid devices (currently an RFD8500) using the Xamarin Android SDK. Currently using version 2.0.1.34 as 2.0.1.44 causes a manifest conflict error on build.
I've hit a problem however, on a brand new device it needs the regulatory region setting. All of the developer/SDK docs mention using two methods (getRegulatoryConfig & setRegulatoryConfig), neither of which are available using the SDK DLL. There's also an example in the iOS wrap documentation but that code does not result in the region being set successfully.
How do I achieve this please?
Thanks
1 Replies
I've resolved the manifest issue, now running 2.0.1.44, however the methods are still missing. Looking at the DLL, it contains the methods I need to use but they're marked as private.
Is there anyway to achieve what I need to do? Should the SDK for Xamarin be updated to expose these methods as per documentation?