Just started a new watch app with xcode 14.1 and watch deployment target of 9.1. Using the methods (or hooks) getIsWatchAppInstalled, getIsPaired, or getReachability, only getIsPaired ever returns true. The app itself is installed and runs fine. Is this lib compatible with the new architecture Apple has implemented for watch apps as there is no more extension, the extension and app are combined now? Otherwise I can't figure out whats going on. Any thoughts?
Just started a new watch app with xcode 14.1 and watch deployment target of 9.1. Using the methods (or hooks)
getIsWatchAppInstalled
,getIsPaired
, orgetReachability
, only getIsPaired ever returns true. The app itself is installed and runs fine. Is this lib compatible with the new architecture Apple has implemented for watch apps as there is no more extension, the extension and app are combined now? Otherwise I can't figure out whats going on. Any thoughts?