All Questions
4 questions
1
vote
0
answers
259
views
Access to Watchkit Core Data
I'm trying to save data into Watchkit Extension CoreData, but I don't get the way to do this.
In iOs case, you do this:
let context = (UIApplication.shared.delegate as! AppDelegate!)....
7
votes
1
answer
639
views
Swift3: Empty fetch when accessing Core Data from Watch Extension via AppGroups
currently I'm working on an update for an already existing App (migration to Swift 3). I'm having targets for Today-, Search-, Message- and Watch Extensions. Every target needs to access the Core Data ...
1
vote
1
answer
267
views
Apple watch CoreMotion on iPhone
It's possible to get the CoreMotion data from the Apple watch directly on the iPhone without using WatchConnectivity?
The thing is that now, I'm getting Apple watch accelerometer on the WatchKit ...
4
votes
0
answers
206
views
Different content in Watch app and iOS App in CoreData
I have an iOS app target and an watchOS target in my project. Furthermore I have a framework for the iOS app where my CoreData model and some classes are located in. In another framework for the ...