Skip to content

ethoinformatics/cordova-plugin-hockeyapp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HockeyApp PhoneGap/Cordova Plugin

Platform Support

This plugin supports PhoneGap/Cordova apps running on both iOS and Android.

SDK documentation and integration guides for IOS and Android:
http://support.hockeyapp.net/kb/client-integration-ios-mac-os-x/hockeyapp-for-ios
http://support.hockeyapp.net/kb/client-integration-android-other-platforms/hockeyapp-for-android-sdk

Installation

Automatic Installation using PhoneGap/Cordova CLI (iOS and Android)

  1. Make sure you update your projects to Cordova iOS version 3.5.0+ before installing this plugin.

     cordova platform update ios
     cordova platform update android
    
  2. Install this plugin using PhoneGap/Cordova cli:

     cordova plugin add https://github.com/ethoninformatics/cordova-plugin-hockeyapp.git
    
  3. Call configure with your hockey app id

function onDeviceReady(){
	window.hockeyApp.configure({
		appId: process.env.HOCKEY_APP_ID
	});
}

window.document.addEventListener("deviceready", onDeviceReady, false);

About

Cordova plugin for HockeyApp version updates and crash reporting

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Objective-C 97.6%
  • C 1.8%
  • Other 0.6%