as question says my goal is to know if the user’s got any Apple Watch. WCSession.isSupported()
just returns me if the iPhone supports an Apple Watch, not if the user got it or not;
session.isPaired
just returns me if the Watch is currently paired to iPhone, but returns me false
both the user doesn’t have any Watch and the user’s got it but turned off.
Is there any API for my goal? Thank you