Ionic / Capacitor
The Gleap SDK for Ionic / Capacitor is the easiest way to integrate Gleap into your apps. Communicate with your users directly and build better software by discovering their everyday pain points. Gleap is your all-in-one customer feedback tool for apps and websites.
For the SDK to work, you need an API key, which you can get for free at app.gleap.io.
🏗 Installation
Installing the Gleap SDK takes only a few seconds.
- Capacitor v5
- Capacitor v4
- Capacitor v3
Install the Gleap package via npm.
npm install capacitor-gleap-plugin
Sync your capacitor dependencies:
npx cap sync
Initialize the Gleap SDK by adding the following code to your index.js/.tsx file or main component.
import { Gleap } from 'capacitor-gleap-plugin';
// Please make sure to call this method only once!
Gleap.initialize("ogWhNhuiZcGWrva5nlDS8l7a78OfaLlV");
Install the Gleap package via npm.
npm install GleapSDK/Capacitor-SDK#capacitor-v4 --save
Sync your capacitor dependencies:
npx cap sync
Initialize the Gleap SDK by adding the following code to your index.js/.tsx file or main component.
import { Gleap } from 'capacitor-gleap-plugin';
// Please make sure to call this method only once!
Gleap.initialize("ogWhNhuiZcGWrva5nlDS8l7a78OfaLlV");
Install the Gleap package via npm.
npm install [email protected]
Sync your capacitor dependencies:
npx cap sync
Initialize the Gleap SDK by adding the following code to your index.js/.tsx file or main component.
import { Gleap } from 'capacitor-gleap-plugin';
// Please make sure to call this method only once!
Gleap.initialize("ogWhNhuiZcGWrva5nlDS8l7a78OfaLlV");
Congrats! You are now all set 🎉 Report your first bug by using the feedback button
🤝 Need help?
We are here to help! [email protected]