knw500
knw500

Reputation: 512

Bluetooth Low Energy as an iOS device requirement?

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

Answers (1)

Undo
Undo

Reputation: 25697

You'll need to add the bluetooth-le option to your UIRequiredDeviceCapabilities key in your info.plist file.

Upvotes: 6

Related Questions