Does anyone know how to add Bluetooth Low Energy as a device requirement to only allow the iOS app to be available on devices with Bluetooth LE? Thanks
1 Answers
6
votes
You'll need to add the bluetooth-le
option to your UIRequiredDeviceCapabilities
key in your info.plist file.