Build RFID apps for Android, iOS, and Windows by using Visual Studio(2022). This sample has been built using NurApi (.NET Standard 2.0 Class Library) defining types and methods for creating sophisticate RFID applications for the Nordic ID readers. The NurApi allows to be called by any .NET implementation that supports that version of .NET Standard.
See https://github.com/NordicID/nur_sample_csharp for documentation
- Library updates
- Using NordicID.NurApi.* nugets from nuget.org
- Export functionality for the inventory and Tag info results. ('export' icon in the upper right corner of the inventory page)
- Data export to file system of HH8x devices and email option if account set.
- Data share option for the non HH8x devices allowing transfer data using email, WhatsApp, Dropbox etc..
- Library updates
- More iOS DarkMode friendly
- Fixed reader BLE discovery bug from NurApi.iOS.
- Library updates.
- This sample disconnect reader connection when app enter to inactive state (OnSleep())
- Prebuilt apk (Android) and *.ipa (iOS) in Prebuilt folder.
- Uri null check
- Fixed reader transport bug were frequent connect/disconnect causes transport failures.