|
...
|
...
|
@@ -53,7 +53,8 @@ final class WatchConnectivityService: NSObject { |
|
|
|
return WearDeviceInfo(
|
|
|
|
deviceId: nil,
|
|
|
|
deviceName: "Apple Watch",
|
|
|
|
isConnected: isReachable && isWatchAppInstalled
|
|
|
|
isReachable: isReachable,
|
|
|
|
isWatchAppInstalled: isWatchAppInstalled
|
|
|
|
)
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|