Connecting to Bluetooth device

1
Hello, I have created a simple application in Mendix. Now I am trying to connect my application to a Bluetooth Device, I have tried to use BLE Connector but I am not able to download it as it does not support Version 10. What are the other alternatives to achieve this? 
asked
1 answers
0

Maybe start a new app in 9.24.x.

Add the MarketPlace-module. 

Upgrade to 10.x

Export the marketplace-module and import it manual into your app.

It will not be a marketplace-module anymore at this point.

When the marketplace-module is available for version 10 (say in 2 months) then you can import it as marketplace-module and the local-module will be replaced.

answered