Hi everyone
It is the first time i use Appinventor,i‘ve got problems when i scanning bluetooth devices. Situation are as follows:
I need a APP to control my device which supported bluetooth 5.0, so i import bluetooth extension BluetoothLE.When i use BluetoothLE's method "StartScanning",it turns out Runtime Error:No virtual method is DeniedPermission(Ljava/lang/String;).
I've turned on all the permissions.
BLE extension version:2023.07.28
my android version:13
Which version of the companion are you running? That method has been around for a while, but not always. My guess is that you're using an older companion version that doesn't have that method defined. Try upgrading to the latest companion from the Play Store.
Hmm. The App Inventor in your screenshot looks fairly old. Which server are you using to build this project? Note that the isDeniedPermission event is defined here, so it definitely should be working with our production server: