iosmacoshandoff

Do I need the mac developer program to enable handoff?


Do I need a mac developer program to enable handoff between an osx app and an ios one? I have both done but while from ios to osx works without problems, the opposite way seems not working (iOS device can't see the mac).

With two iOS devices my code runs ok.

I already filled the NSUserActivity types. The mac app, in the "General" settings has the "none signing" and in build settings the code signing identity is set to my iOS development certificate (since I don't own a mac one). Do I need the mac certificate to run handoff from mac to ios?

Thanks


Solution

  • Officially: yes, you do.

    ... apps must either be distributed through the App Store or signed by the registered developer.