mit-cml / appinventor-extensions

Source code of extensions published for MIT App Inventor
Apache License 2.0
86 stars 94 forks source link

Bluetooth 20240604-beta (2024-07-15) does not prompt Near Location Dialog in Android (iOS?) #79

Open bobparks opened 1 week ago

bobparks commented 1 week ago

Describe the bug

When using the old Scan method block to connect to a BLE device, the Scan method in a new install prompts the near location permissions dialog. That way, the user doesn’t have to hunt around settings to get the app to work.

Please make the current connect block trigger the permissions dialog.

Affects

Expected behavior

The block should trigger the near-location permissions dialog. Instead, nothing happens until you go to settings and manually turn on the permissions.

Steps to reproduce

Please use this example AIA to test.

@ewpatton