reunu / unustasis

An open-source app for the Unu Scooter Pro
Apache License 2.0
24 stars 6 forks source link

add NSBluetoothAlwaysUsageDescription property to ios plist #1

Closed Zanooda closed 3 months ago

Zanooda commented 3 months ago

iOS requires NSBluetoothAlwaysUsageDescription in apps implementing Bluetooth (see this post).

TheFreal commented 3 months ago

Good catch, thanks for the PR since I'm not able to debug on iOS myself. Are any of the other permissions from this documentation needed?

Zanooda commented 3 months ago

For now, the added option was the only one required for the app to work and connect to my scooter. I'm pretty sure there will be additional options required when building a release version, but since I am not an app developer I'm afraid I cannot advise on any specifics here.