You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before with UIBackgroundModes set to location and bluetooth-central everything was working fine.
Apple now rejected the binary, saying we don't need "location" because we don't range in the background. That's true, we only need monitoring and ranging in foreground, so I thought, OK, and I removed "location". After this change, nothing works, and even the bluetoothStatus callback no longer reports OK.
I have a feeling I'm missing something here.
Thanks for your input.
The text was updated successfully, but these errors were encountered:
Before with UIBackgroundModes set to location and bluetooth-central everything was working fine.
Apple now rejected the binary, saying we don't need "location" because we don't range in the background. That's true, we only need monitoring and ranging in foreground, so I thought, OK, and I removed "location". After this change, nothing works, and even the bluetoothStatus callback no longer reports OK.
I have a feeling I'm missing something here.
Thanks for your input.
The text was updated successfully, but these errors were encountered: