The iOS App Group Container is a protected folder for sharing content with trusted apps.
I've updated my Xcode 8 to beta 2 today and I'm trying to share data between App and Today Extension. I'm facing …
ios xcode ios10 ios-app-groupAfter I added an App Group in Xcode it shows a warning: Add the "App Groups" entitlement to your App …
ios xcode ios-app-groupCreating a Today widget and I am using UserDefaults(suiteName:) to persist some data. In the main application I am …
swift ios-app-extension today-extension userdefaults ios-app-groupI am getting error while configuring Xcode provisioning profiles. Provisioning profile $ProfileName doesn't include the com.apple.security.application-groups entitlement. …
ios xcode provisioning-profile ios-app-groupI'm working on an app and a widget that the widget needs to get data from app. I've used the …
ios swift xcode nsuserdefaults ios-app-groupI wonder if we can share datas between apps with the new iOS 8 feature : App groups (using NSUserDefaults) - Or …
ios objective-c swift ios8 ios-app-group