This week I have submitted my first app to the App Store. I spent much time programming in React Native. At first, I started an app in Swift but I found it easier to manage to make an hybrid app for both platforms. Therefore, I didn’t spend a lot of time with Xcode.
My app plays audio streams. Users can click a stream and then listen in-app. I also have the meta data for the control center.
I selected the Bluetooth LE compability because I assumed I would need it as I want my users to be able to use their AirPods or bluetooth car radio system to listen too. I want the meta data to be displayed on the car radio. The app got rejected because of having Bluetooth LE enabled without making code for it.
Now my question: do I actually need Bluetooth LE for this purpose? I tested the app with Bluetooth LE UNCHECKED and it still worked fine on my AirPods. Did I just misunderstood what this capability does?
When I google it, I find sites about scanning other bluetooth devices with Bluetooth LE. I don’t want that. All I want is to listen audio over Bluetooth. I suspect I don’t need the capability then. Anyone who knows this for sure here?
My app plays audio streams. Users can click a stream and then listen in-app. I also have the meta data for the control center.
I selected the Bluetooth LE compability because I assumed I would need it as I want my users to be able to use their AirPods or bluetooth car radio system to listen too. I want the meta data to be displayed on the car radio. The app got rejected because of having Bluetooth LE enabled without making code for it.
Now my question: do I actually need Bluetooth LE for this purpose? I tested the app with Bluetooth LE UNCHECKED and it still worked fine on my AirPods. Did I just misunderstood what this capability does?
When I google it, I find sites about scanning other bluetooth devices with Bluetooth LE. I don’t want that. All I want is to listen audio over Bluetooth. I suspect I don’t need the capability then. Anyone who knows this for sure here?