Is it safe to share access tokens with Watch Connectivity's updateApplicationContext?
Asked Answered
J

1

5

Is the applicationContext encrypted? Or is it simply stored as an unencrypted plist file? Because if it's the latter, I shouldn't be transferring access tokens using that.

Jackhammer answered 13/9, 2015 at 5:24 Comment(0)
S
4

The communication between the devices is encrypted, as documented in the iOS Security Guide. I haven't seen any documentation on whether the applicationContext storage location is encrypted, but to be safe you could encrypt the token yourself before queueing it to be sent and decrypt when the other device has received it.

Swartz answered 15/9, 2015 at 15:23 Comment(1)
That link is outdated, please update itAssociation

© 2022 - 2024 — McMap. All rights reserved.