WatchOS2 Watch Connectivity still require app groups in capabilities?

Jacky Wang

In the old WatchOS1, app groups was required for any sharing of data.

In WatchOS2, Watch Connectivity replaces the old framework for communication.

I was wondering if app groups is still needed?

ccjensen

No, app groups will not help with sharing data between your iOS app and the WatchKit extension. You might however need to use an app group between the WatchKit app and the WatchKit extension as some of the media playing APIs seem to run in the app process.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

watchOS2 and iOS8 connectivity - Swift

From Dev

WatchOS2 connectivity framework doesn't work

From Dev

watchOS2 app and iPhone app communication

From Dev

Migrate my app from WatchOS1 to WatchOS2

From Dev

Issue with combined use of WatchOS connectivity and watch scene segues

From Dev

Duplicating target for WatchOS2 with App and Extension on Xcode

From Dev

Apple Watch Connectivity framework

From Dev

Watch Connectivity: didReceiveMessage not called

From Dev

Watch connectivity session issues

From Dev

Watch Connectivity not starting

From Dev

WatchOS 2 and Xcode 7: App does not launch on the Watch

From Dev

swift watch connectivity quits unexpectedly

From Dev

Determine connectivity of data and separate into groups

From Dev

Determine connectivity of data and separate into groups

From Dev

Apple WatchOS2 - can I run an app forever, until the device runs out of power?

From Dev

Can I send a web call from WatchKit app using watchOS2?

From Dev

How to correctly implement transfer of settings from iOS app to watchOS2 complication

From Dev

Does openParentApplication:reply require App Groups capability to be enabled?

From Dev

WatchOS 2: "Cannot Install Watch App" "Error Launching 'TestApp WatchKit App Extension'"

From Dev

WatchOS 2: "Cannot Install Watch App" "Error Launching 'TestApp WatchKit App Extension'"

From Dev

Passing Data From A Class To WatchOS 2 (Connectivity)

From Dev

Access App capabilities programmatically

From Dev

Access App capabilities programmatically

From Dev

watchOS2 - CMSensorRecorder

From Dev

How to transfer a UIImage using Watch Connectivity

From Dev

Watch Connectivity works the first time but not after that

From Dev

Saltstack not respecting watch/require

From Dev

Reading NSUserDefaults in watchOS 2 (I know App Groups doesn't work)

From Dev

Watch OS 2 - How store data on Watch for fully native app?

Related Related

  1. 1

    watchOS2 and iOS8 connectivity - Swift

  2. 2

    WatchOS2 connectivity framework doesn't work

  3. 3

    watchOS2 app and iPhone app communication

  4. 4

    Migrate my app from WatchOS1 to WatchOS2

  5. 5

    Issue with combined use of WatchOS connectivity and watch scene segues

  6. 6

    Duplicating target for WatchOS2 with App and Extension on Xcode

  7. 7

    Apple Watch Connectivity framework

  8. 8

    Watch Connectivity: didReceiveMessage not called

  9. 9

    Watch connectivity session issues

  10. 10

    Watch Connectivity not starting

  11. 11

    WatchOS 2 and Xcode 7: App does not launch on the Watch

  12. 12

    swift watch connectivity quits unexpectedly

  13. 13

    Determine connectivity of data and separate into groups

  14. 14

    Determine connectivity of data and separate into groups

  15. 15

    Apple WatchOS2 - can I run an app forever, until the device runs out of power?

  16. 16

    Can I send a web call from WatchKit app using watchOS2?

  17. 17

    How to correctly implement transfer of settings from iOS app to watchOS2 complication

  18. 18

    Does openParentApplication:reply require App Groups capability to be enabled?

  19. 19

    WatchOS 2: "Cannot Install Watch App" "Error Launching 'TestApp WatchKit App Extension'"

  20. 20

    WatchOS 2: "Cannot Install Watch App" "Error Launching 'TestApp WatchKit App Extension'"

  21. 21

    Passing Data From A Class To WatchOS 2 (Connectivity)

  22. 22

    Access App capabilities programmatically

  23. 23

    Access App capabilities programmatically

  24. 24

    watchOS2 - CMSensorRecorder

  25. 25

    How to transfer a UIImage using Watch Connectivity

  26. 26

    Watch Connectivity works the first time but not after that

  27. 27

    Saltstack not respecting watch/require

  28. 28

    Reading NSUserDefaults in watchOS 2 (I know App Groups doesn't work)

  29. 29

    Watch OS 2 - How store data on Watch for fully native app?

HotTag

Archive