I have enabled app groups in my iOS app and watchkit app. My provisioning profile is also managed by XCode. The both apps iOS app and WatchKit App runs fine.
When I try to access the path of shared container from iOS app and watchkit extension using following statement, I get different paths.
let directory: NSURL = NSFileManager.defaultManager().containerURLForSecurityApplicationGroupIdentifier("group.com.myapp")
Does anyone have any idea, what I am doing wrong here?