watch-connectivity / react-native-watch-connectivity

Enable communication between apple watch app and react native
http://mtford.co.uk/react-native-watch-connectivity/
MIT License
713 stars 92 forks source link

Watch app never installed or reachable #114

Closed kjossendal closed 1 year ago

kjossendal commented 1 year ago

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?

mazenchami commented 1 year ago

@Balintataw were you able to find a solution here? i'm running into the same issues

joaonew commented 1 month ago

I have the same problem as well, how did you fix it?