jamesmontemagno / PermissionsPlugin

Check and Request Permissions Plugin for Xamarin and Windows
MIT License
282 stars 85 forks source link

iOS 13 has new Bluetooth permission #158

Closed rgiurea closed 4 years ago

rgiurea commented 5 years ago

The new iOS 13 introduced a new Bluetooth permission that the library should also support. Because its such e new feature I did not find any documentation on it yet, but the permission is definitely asked by the system upon bluetooth access. The plist option for defining the description should be something like "Privacy - Bluetooth Always Usage Description".

The iOS Library implementation should also support this new permission as soon as its clearly how to implement it :)

mduchev commented 5 years ago

iOS 13 has also another permission changes - Use location "only once". Full support is needed, not only for the Bluetooth one.

felipemomm commented 4 years ago

Is there any timeline to have Bluetooth implemented for iOS?

jamesmontemagno commented 4 years ago

Only once works the same as "when open" it just resets after a while. That is already supported.

I am not updating or adding more features now that Xamarin.Essentials offers Permissions and is extensible as well.