Skyost / Bonsoir

A Zeroconf library that allows you to discover network services and to broadcast your own. Based on Apple Bonjour and Android NSD.
http://bonsoir.skyost.eu/
Other
107 stars 49 forks source link

Apps need NSBluetoothPeripheralUsageDescription? #12

Closed sgehrman closed 3 years ago

sgehrman commented 3 years ago

I have Bonsoir as part of a shared lib I use in my apps. Just now, I uploaded to TestFlight and I got an email asking for NSBluetoothPeripheralUsageDescription. No big deal, I can add it, but I was wondering what's triggering that.

I'm not calling Bonsoir in this project. It's just included in my lib. Is there something you can do to avoid this?

sgehrman commented 3 years ago

Also, apple didn't flag this in past builds. Not sure if 1.0.0 did something to trigger this or not.

sgehrman commented 3 years ago

I also just added permission handler, so that could be it, I'm investigating.

sgehrman commented 3 years ago

nevermind, pemission_handler docs were incomplete...