Top "Ios-app-group" questions

The iOS App Group Container is a protected folder for sharing content with trusted apps.

Failed to read values in CFPrefsPlistSource iOS 10

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-group
Xcode shows warning after adding App Groups (Add the "App Groups" entitlement to your App ID)

After I added an App Group in Xcode it shows a warning: Add the "App Groups" entitlement to your App …

ios xcode ios-app-group
Sharing UserDefaults between extensions

Creating 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-group
Provisioning profile doesn't include the com.apple.security.application-groups entitlement

I 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-group
Cannot access NSUserDefaults using app groups one to another

I'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-group
Share datas between two apps with iOS 8 App Groups (using NSUserDefaults)

I 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