Tracking RSSI of watch in background & Alert

For App I am building, I need to keep tracking RSSI strength of watch even when app is in background on watch in any stage & ping an alert if RSSI drops from certain level.
Any best supported approach for the same ?
RSSI on which interface?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@apple.com"
RSSI from watch app,
An app does not have an RSSI. The RSSI is a property of a radio interface. Which radio interface are you concerned with?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@apple.com"
RSSI of watchOS. Idea is to get RSSI strength between watch & mobile , where watch as CBPeripheral

Idea is to get RSSI strength between watch & mobile

The watch and phone can communicate over both Bluetooth and Wi-Fi. Which one are you concerned with?

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@apple.com"
With app that's on a user's Apple Watch that is paired to an iPhone with the same app one it, we're currently using RSSI strength to calculate the approximate distance. When the app is on we can track RSSI to alert a paired iPhone.

However, we currently are not able to track RSSI when the watch app is in the background or in an idle state to notify or alert a user.

Is there a way that we can maintain the RSSI connection between the watch and the phone if:
  • the app is not open on the users watch or phone?

  • the watch is in idle mode?

  • the user never opened the app can we establish and maintain an RSSI connection?

Thanks,
Sebs


Tracking RSSI of watch in background & Alert
 
 
Q