I know how to communication between watchOs and iOS, where both targets are in the same project. But if watchOS is a project and iOS is another one, how to communicate between them?. Maybe we can use app identifier?
Asked
Active
Viewed 44 times
0
-
1App groups is the most straightforward way. If you can’t put them in a group you have to look into a remote option. – lorem ipsum Oct 16 '22 at 12:50
-
so you mean that I have to call server API in order to get data? – Manh Hai Oct 17 '22 at 09:16
-
1If you can’t put them in an app group yes it would have to be remote. – lorem ipsum Oct 17 '22 at 17:35