Closed indivisable closed 7 years ago
How does this work if we plan on using App groups to share settings between two apps?
Sharing Data with Your Containing App:
https://developer.apple.com/library/content/documentation/General/Conceptual/ExtensibilityPG/ExtensionScenarios.html
var Defaults = UserDefaults(suiteName: "com.my.app")!
How does this work if we plan on using App groups to share settings between two apps?
Sharing Data with Your Containing App:
https://developer.apple.com/library/content/documentation/General/Conceptual/ExtensibilityPG/ExtensionScenarios.html