1

My app is using airplay. Do i need to select "Uses Bluetooth LE accessories" option in info.plist.

I submitted the app with checking this option and my app got rejected. Apple said that "Your app declares support for bluetooth-central in the UIBackgroundModes key in your Info.plist, but does not provide Bluetooth Low Energy functionality. The Bluetooth Background modes are for applications that communicate to other devices using Bluetooth Low Energy and the Core Bluetooth framework."

enter image description here

Lorenzo
  • 3,293
  • 4
  • 29
  • 56
Neha Gupta
  • 291
  • 2
  • 18

1 Answers1

2

You should just check the airplay not the other options . Like in picture you should only select first one unless you are also using LE and implementing corebluetooth. enter image description here

Imran
  • 2,985
  • 19
  • 33