Bluetooth not working in Satellite mode – iOS blocks Bluetooth access for EV charging app

We have developed a live iOS application, built using Swift and UIKit, that enables users to connect via Bluetooth to an EV charging box. Once connected, users can start and stop the charging process directly from the app.

The app also requires an active internet connection initially, as it uses server-side functionality to select and authorize the charging box. However, we recently discovered an issue affecting users on iPhone 14 and iPhone 15 models, specifically when the device enters Satellite mode (Emergency SOS via Satellite) — i.e., when there is no mobile data or Wi-Fi.

In this mode, the system Satellite screen is triggered and Bluetooth stops functioning, preventing our app from connecting to the EV box. Users are unable to proceed, even though the app would still be usable via Bluetooth once the box is selected.

We have already declared required Bluetooth background modes (bluetooth-central, bluetooth-peripheral) in Info.plist, and the app functions perfectly outside of this scenario. However, the behavior in Satellite mode appears to either disable Bluetooth entirely or restrict access from third-party apps.

We’d like to know

  1. Is this the expected default behavior on iOS in Satellite mode?
  2. Is there any entitlement or exception available to allow Bluetooth access in such emergency scenarios (especially for critical utilities like EV charging)?
  3. Can an app like ours be made visible under the Satellite settings, or request access under this mode?

This is a concern for users in remote or basement locations where mobile data is unavailable, and they rely solely on Bluetooth to charge their vehicles.

Please advise if there is a workaround or planned support in future iOS versions.

Thank you.

However, we recently discovered an issue affecting users on iPhone 14 and iPhone 15 models, specifically when the device enters Satellite mode (Emergency SOS via Satellite)

What do you mean by this?

In terms of the general user experience, the device doesn't really "transition" into Satellite mode. Satellite communication is highly directional and require significant user involvement to work. The experience is effectively modal and requires the user to keep their device directed in a fairly specific direction for the entire interaction. In short, this isn't a "normal" part of most users device interaction.

It's possible that Satellite mode might disrupt bluetooth at a hardware level (I honestly don't know how the antenna's are wired up) but the practical issue here is that I'm not sure how this would ever be an issue for an end user. Frankly, I'd expect them to be to busy keeping their phone pointed in the right direction to really be "doing" anything else.

I'll also note here:

This is a concern for users in remote or basement locations where mobile data is unavailable

Satellite communication requires clear line of sight, such that I wouldn't expect it work inside any kind of structure, much less a basement.

__
Kevin Elliott
DTS Engineer, CoreOS/Hardware

Bluetooth not working in Satellite mode – iOS blocks Bluetooth access for EV charging app
 
 
Q