I have an iOS app without their companion watch app, I tried to read data stored in the iOS app from my new watchOS 6 independent app.
Is there any option like:
var userDefaults = NSUserDefaults(suiteName: "group.com.myApp")!
but with WCSession or similar to read the described data?
Just to be clear, I generate images in my iOS device, and and save them locally (User Defaults). I used to get the data reading/saving it in an app group user defaults, then I have to read those images from a set of watch os 6 independent apps that are under my control.