App Extensions in Apple operating systems are important features that let you extend custom functionality and content beyond your app and make it available to users while they’re interacting with other apps or the system. Qonversion also supports this feature. Understand How an App Extension WorksDocumentation Index
Fetch the complete documentation index at: https://documentation.qonversion.io/llms.txt
Use this file to discover all available pages before exploring further.
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