pablojimenezmateo / GodotAndroidBluetoothDemo

Godot 3.4.4 demo on how to use Bluetooth communications
9 stars 2 forks source link

Location permissions #3

Open IanBUK opened 1 year ago

IanBUK commented 1 year ago

I had problems getting this library to work earlier this year, but decided to try again with a clean install.

It works!

The only changes I needed to make in Godot, from a clean clone were: 1) Use "Install Android Build Template" 2) Set keystore details 3) Add Location permissions 4) Set the Min and Target SDK.

Once those were done....yey!

IanBUK commented 1 year ago

To get my code to see my sensors, I also had to: 1) Turn off 'Clear previous install' 2) Turn on 'nearby devices' on the tablet's permissions. For some reason I can't see this in the list of permissions shown in Godot's "Export" settings.