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?