Hello
I have an app that can be used in a few ways. If a user does not want to connect to exterior devices, they can still use part of the app. It is my understanding with IOS you have to include the key NSBluetoothPeripheralUsageDescription if the user wants to communicate with exterior devices. However adding this key, the user will always be prompted to turn on bluetooth when the app starts. For a user who does not want to use bluetooth this would be very annoying. Is there a way to add the key dynamically to the Plist?
Also the message that comes up with IOS is not the description associated with my Key in the Plist...which is confusing.
Any help would be much appreciated.