🏗 Installation
Gleap is distributed through the maven. Add the following to you build.gradle (Module: app).👷♂️ Initialize & configure the SDK
Open your preferred development tool and add the following code to your main activity (typically MainActivity.java).Get your API key here.
🌍 Data region
Gleap stores and processes your data in the region you selected at signup: EU (default) or US. If your project lives in the US region, select the region before initializing the SDK (requires SDK v18.0.0 or newer). EU projects don’t need this call.Required permissions
In order to use the image picker for attachments, add the following permissions to yourAndroidManifest.xml.