WatchOS 2 (beta 5): watchAppInstalled returns false

前端 未结 4 1441
执笔经年
执笔经年 2021-02-13 21:46

The Watch App is installed on the watch and I can tap and run it on the Watch, but watchAppInstalled method returns false.

Also, I can only install the Watc

相关标签:
4条回答
  • 2021-02-13 22:01

    I had same issue.

    I just add WatchConnectivity.framework to my main app target and watch extension target. And it works now.

    Hope i helped.

    Cheers.

    Update: i read comments above and check my architecture: already had arm64

    0 讨论(0)
  • 2021-02-13 22:11

    It now works for me, what I did:

    Reset and Re-coupled the Apple Watch and added a Passcode to it (what I never did before).

    Edit: You can then safely disable the Passcode and it will still work.

    0 讨论(0)
  • 2021-02-13 22:24

    Apple Documentation says:

    The session must be configured and activated before accessing this property.

    So, you should configure and activate the session before using this property.

    0 讨论(0)
  • 2021-02-13 22:25

    What worked for me was adding the arm64 architecture to both the Watch app and iOS app as @Zubair suggested.

    Update: This bug is fixed in Xcode 7, beta 6

    0 讨论(0)
提交回复
热议问题