Skip to content

Instantly share code, notes, and snippets.

@agiletortoise
Created September 1, 2014 19:34
Show Gist options
  • Save agiletortoise/9821984639121734ee96 to your computer and use it in GitHub Desktop.
Save agiletortoise/9821984639121734ee96 to your computer and use it in GitHub Desktop.
// to share NSUserDefaults, init in App and Extension like...
[[NSUserDefaults alloc] initWithSuiteName:@"group.com.xxx.xxx"];
// to share with Files, read-write via files/folders in...
NSFileManager *fm = [NSFileManager defaultManager];
NSURL *containerURL = [fm containerURLForSecurityApplicationGroupIdentifier:@"group.com.xxx.xxx"];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment