Skip to content
This repository has been archived by the owner on Oct 31, 2020. It is now read-only.

reallyenglish/cordova-appsee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This plugin is now deprecated

Please use the official Appsee plugin.

cordova-appsee

Cordova Appsee plugin repository. It works with cordova-3.4.0.

Installation

  1. You can install it as part of cordova hooks.

  2. or just run the following in your project:

cordova plugin add https://github.com/reallyenglish/cordova-appsee.git

Usage

Use the following code at the time of app initialization. You need to sign-up with the Appsee to get a valid key.

plugins.appsee.init(key);

Appsee automatically detects the different screens in your app. However in some cases where screen detection is not available (for example in OpenGL apps) you can set screens manually.

plugins.appsee.startScreen(screenName);

Update

Remove and install again.

cordova plugin remove org.reallyenglish.appsee
cordova plugin add https://github.com/reallyenglish/cordova-appsee.git

We've tested it with a backbone application and it worked fine for us.