Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not work with BluetoothPermission API on desktop builds #2930

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

tomasMizera
Copy link
Collaborator

BluetoothPermission API on macOS is quite limited - requires NSBluetoothAlwaysUsageDescription in Info.plist file. We do have the key there, but with suffix -macos to indicate we do not use it on iOS devices.

This seems to be ignored though. The fix is to ignore the permission check on platforms other than Android.

@tomasMizera
Copy link
Collaborator Author

I will merge this @PeterPetrik so that I can produce RC

@tomasMizera tomasMizera merged commit 173e3b9 into master Nov 30, 2023
8 checks passed
@tomasMizera tomasMizera deleted the fix-test-position branch November 30, 2023 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants