Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated to #6

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ 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

TODO - update plugin to latest SDK versions
### HockeySDK-Versions being used:
- iOS - 2014/11/25 - Stable - Version 3.6.2
- Android - 2014/12/23 - Stable - Version 3.5.0

## Installation

Expand All @@ -27,14 +29,13 @@ TODO - update plugin to latest SDK versions
cordova plugin add https://github.com/wnyc/cordova-plugin-hockeyapp.git

3. For iOS, modify HockeyAppPlugin.m, replacing with your configuration setting:

NSString * hockeyAppKey = @"__HOCKEY_APP_KEY__";

For Android, modify HockeyAppPlugin.java, replacing with your configuration setting:

String hockeyAppId="__HOCKEY_APP_KEY__";

Todo: better way to turn update check on/off (Android only) than having build script comment out code between __HOCKEY_APP_UPDATE_ACTIVE_START__ and __HOCKEY_APP_UPDATE_ACTIVE_END__ in HockeyAppPlugin.java
Todo: better way to turn update check on/off (Android only) than having build script comment out code between __HOCKEY_APP_UPDATE_ACTIVE_START__ and __HOCKEY_APP_UPDATE_ACTIVE_END__ in HockeyAppPlugin.java

Todo: pull GA key from configuration setting

4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</config-file>

<source-file src="src/android/HockeyAppPlugin.java" target-dir="src/org/nypr/cordova/hockeyappplugin/" />
<source-file src="src/android/HockeySDK-3.0.2.jar" target-dir="libs" />
<source-file src="src/android/HockeySDK-3.5.0.jar" target-dir="libs" />
</platform>

<!-- ios -->
Expand All @@ -51,7 +51,7 @@
<header-file src="src/ios/HockeyAppPlugin.h" />

<source-file src="src/ios/HockeyAppPlugin.m" />

<resource-file src="src/ios/HockeySDK.embeddedframework/Resources/HockeySDKResources.bundle" />
<resource-file src="src/ios/HockeySDK.embeddedframework/Resources/HockeySDK.xcconfig" />

Expand Down
Binary file removed src/android/HockeySDK-3.0.2.jar
Binary file not shown.
Binary file added src/android/HockeySDK-3.5.0.jar
Binary file not shown.
Binary file modified src/ios/HockeySDK.embeddedframework/.DS_Store
Binary file not shown.
Binary file not shown.
Loading