38
Views
2
Comments
[Bluetooth Serial Plugin] How to reference Github dependency plugin?
bluetooth-serial-plugin
Mobile icon
Forge asset by Guillaume Henriques
Application Type
Mobile
Service Studio Version
11.54.19 (Build 62633)

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.xml
I'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!

2020-11-11 10-33-31
Efthymios Vafeidis

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


2020-10-08 19-51-35
João Barata
Staff

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.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.