Matte.Car
Matte.Car

Reputation: 2029

Orphan of App Group Capabilities to share Datas between iPhone and Watch

I need to share (read and edit) a string between iPhone and Watch apps. With WatchOS 1 and App Group Capabilities it was very easy; now I can't understand how to replace this sharing function...

Does someone knows an easy (and working) tutorial to do that?

Upvotes: 0

Views: 56

Answers (1)

Kosuke Ogawa
Kosuke Ogawa

Reputation: 7451

You can use Watch Connectivity instead of App Group.

watchOS 2: How to communicate between devices using Watch Connectivity | kristinathai.com http://www.kristinathai.com/watchos-2-how-to-communicate-between-devices-using-watch-connectivity/

Introducing Watch Connectivity - WWDC 2015 - Videos - Apple Developer https://developer.apple.com/videos/wwdc/2015/?id=713

Watch Connectivity Framework Reference https://developer.apple.com/library/prerelease/ios/documentation/WatchConnectivity/Reference/WatchConnectivity_framework/index.html

Upvotes: 1

Related Questions