Skip to main content

Documentation Index

Fetch the complete documentation index at: https://documentation.qonversion.io/llms.txt

Use this file to discover all available pages before exploring further.

Missing internet permission error

In case you are receiving the following error:
java.lang.SecurityException: Permission denied (missing INTERNET permission?)
You should add the following string to your app AndroidManifest.xml:
<uses-permission android:name="android.permission.INTERNET" />