Hello there community!Im developing an app for both iOS and Android and it needs to connect via Bluetooth with a tag reader.Using the forge asset BluetoothSerial I could implement this connection on Android but on iOS not so much.. because the component uses BLE for iOS and the tag reader is Classic Bluetooth.
I was able to find another plugin on Github, a fork from BluetoothSerialPlugin specially made for ClassicBluetooth connections.
https://github.com/vitorcrivano/cordova-plugin-bluetooth-classic-serial-port/blob/main/plugin.xmlI've already fork to my repo.
The thing is, on plugin.xml it has a dependency for another Github plugin..
I have implemented the Github plugin back on service studio but I'm stumbling on the dependency... how do I reference it on OutSystems?I've searched a lot but still nothing could match my needs.Thanks a lot!
I am looking for a solution as well. This plugin is a wrapper for "https://github.com/don/BluetoothSerial". The last commit there was 6 years ago. It is not compatible with the current MABS version
Hi,I've released version 4.0.0, which should fix the permissions errors on Android and iOS and be compatible with MABS 10 and MABS 11.