This is a request from customers feedback, they want to know if it's possible to use secure storage for share data between different apps on iOS with sync. Ideally The example they give is Realm db. With Realm db , it when app A make some changes, app B on the same device will be great if we can make a notified about the change and use the same data.
This is possible due to ios supports App Group: https://developer.apple.com/ library /archive/documentation/General/Conceptual/WatchKitProgrammingGuide/SharingData.html. If multiple apps belong to make it easier for sync to use secure storage the same group , but it's not a requirement they will be able to share some common data . Some sort
The goal of documentation that can help customers this PoC is to investigate how can we use secure storage is enough it for sync . |
|