0

I have iOS app and watchOS, I need to get some info from iOS app to watchOS, when apple watch opens in first time.

User opens iOS app -> get userID from backend -> after some time opens apple watch -> get info from backend using userID from iOS app

How can I do this?

Keychain with iCloud doesn`t fit me. Any other ideas?

crash
  • 1

1 Answers1

0

Yes, when there is an active session. The docs say:

Most transfers happen in the background when the receiving app is inactive.

Specifically, when a watch session is active, you can use

All of them work in the background.

Reinhard Männer
  • 14,022
  • 5
  • 54
  • 116