Repro
Repro an App / Web marketing platform used in more than 6,500 cases in 59 countries.
Discover the issues that will lead to service growth with the analytics function, and use the marketing function to quickly implement measures and verify the effects.
This Repro service integration is available for all Monaca users. However, if you want to use the latest Repro plugin via GitHub, you can import it. In order to import this plugin, you need to subscribe to a valid plan. Please refer to Monaca Subscription Plans.
- 1.For Monaca Cloud IDE, go to
Configure → Service Integration Settings
. - 2.Click on
Details
button of the Repro service. - 3.Then, click
Install
button to add it into your project.

4. You will be asked to confirm the setup. Click
OK
to start the installation.You are required to have the app's token in order to use Repro. In order to get the token, please do as follows:
- 1.Register your app with Repro.
- 2.Find the app's token by going to
Settings → Setup SDK
.

3. After you get the app's token, replace it in the following snippet of
onDeviceReady
function. Then, add this snippet to your project.document.addEventListener("deviceready",onDeviceReady,false);
function onDeviceReady() {
Repro.setup("YOUR_APP_TOKEN");
Repro.startRecording();
}
- 1.For Monaca Cloud IDE, go to
Configure → Cordova Plugin Settings
. - 2.Under Enabled Plugins section, hover over the Repro plugin and click
Disable
button.

Last modified 2yr ago