Hello
I'm trying to implement support for communication with a BLE board based on the nRF52 in our app.
The producer supplied an .aar library for the android version and an xcode project for ios (to implement as subproject i suppose)
After a bit of research seems like there are different ways to access the aar in android (access as javaobject, extract theclasses and wrap it, etc) but is there a way to create a single solution that works across b4a and b4i? Or the only option is to ignore the supplied libraries and reimplement everything though the ble2 default lib?
I'm trying to implement support for communication with a BLE board based on the nRF52 in our app.
The producer supplied an .aar library for the android version and an xcode project for ios (to implement as subproject i suppose)
After a bit of research seems like there are different ways to access the aar in android (access as javaobject, extract theclasses and wrap it, etc) but is there a way to create a single solution that works across b4a and b4i? Or the only option is to ignore the supplied libraries and reimplement everything though the ble2 default lib?