Configuring the App
First, you need to enable data sharing between your app and shared extensions.- Enable app groups for the containing app and extension via Xcode or the Developer portal. Choose your App target in Xcode. Select
Signing & Capabilities, click+ Capabilityand selectApp Groups. - Register the app group in the portal. In Xcode, add the new App Group ID.
- Choose that App Group ID for the extension and containing app.
- Pass user defaults instance created with a suite name to Qonversion via Qonversion.Configuration
setCustomUserDefaults()function.
macOS / Catalyst Kids Mode