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.
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.