Reputation: 512
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
Upvotes: 2
Views: 946
Reputation: 25697
You'll need to add the bluetooth-le
option to your UIRequiredDeviceCapabilities
key in your info.plist file.
Upvotes: 6