Apple requires that if you use Bluetooth in your application you include a description in the info.plist file.
I am the creator of a Bluetooth Low Energy plugin for Unity that provides an interface for Bluetooth Low Energy devices.
I usually tell my customers to add the required description to their Xcode project manually and then use the Append when they build.
The problem is for those customers who use Cloud Build to build for iOS. In this case there is no way to enter the required description as part of the project.
Unity has added description entry for the Camera and Location services. How can I get the same functionality for Bluetooth usage?
↧