DeltaMauiScanner is a cross-platform application designed to run on Android, macOS, iOS, and Windows. Currently, Bluetooth connection functionality is supported only on Android devices. The app features a game mode where users can score points by scanning "bad guys" using the barcode scanner. Additionally, it offers an RFID inventory mode for scanning and managing RFID chips.
To run DeltaMauiScanner, follow these steps:
-
Download Android Studio:
- Android Studio is required to load and build the project for Android devices.
-
Load the Project:
- Make sure you have downloaded the Maui software package.
- Open Android Studio and load the DeltaMauiScanner project.
For iOS devices, you can expand the functionality of DeltaMauiScanner by integrating the Maui SDK for the RFD40 scanner. Follow these steps:
-
Download the iOS Maui SDK:
- Visit Zebra's support page to download the Maui SDK package for the RFD40 scanner on iOS.
-
Integrate the SDK:
- Follow the installation instructions provided in the SDK package to integrate the Maui SDK into your iOS development environment.
- See Maui ios techdocs for information on connecting via bluetooth to the scanner
- Copy the following into the Maui .csproj file:
<ItemGroup>
<Reference Include="MauiIosSdkBinding">
<HintPath>path to ios .dll sdk file</HintPath>
</Reference>
</ItemGroup>- Edit the class under
Platforms/IOS/Models/ScannerConfiguration.csto configure the bluetooth connection to the RFD40 Zebra device
- DeltaMauiScanner provides a fun app for barcode scanning and RFID chip management across multiple operating systems.
- Future updates may include expanded Bluetooth support for iOS and additional features.