{"id":13748993,"url":"https://github.com/hyperloop-modules/titanium-hockeyapp","last_synced_at":"2025-05-09T11:31:46.283Z","repository":{"id":86294781,"uuid":"97861438","full_name":"hyperloop-modules/titanium-hockeyapp","owner":"hyperloop-modules","description":"Hyperloop-based version of HockeyApp for both Android and iOS","archived":false,"fork":false,"pushed_at":"2017-07-20T18:42:50.000Z","size":9,"stargazers_count":10,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-07T14:02:19.062Z","etag":null,"topics":["appcelerator-hyperloop","hyperloop","javascript","native","titanium"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hyperloop-modules.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-07-20T17:27:39.000Z","updated_at":"2018-03-20T17:47:31.000Z","dependencies_parsed_at":"2023-03-13T09:33:05.631Z","dependency_job_id":null,"html_url":"https://github.com/hyperloop-modules/titanium-hockeyapp","commit_stats":null,"previous_names":["hyperloop-modules/ti.hockeyapp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperloop-modules%2Ftitanium-hockeyapp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperloop-modules%2Ftitanium-hockeyapp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperloop-modules%2Ftitanium-hockeyapp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperloop-modules%2Ftitanium-hockeyapp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperloop-modules","download_url":"https://codeload.github.com/hyperloop-modules/titanium-hockeyapp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253240350,"owners_count":21876593,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appcelerator-hyperloop","hyperloop","javascript","native","titanium"],"created_at":"2024-08-03T07:00:53.674Z","updated_at":"2025-05-09T11:31:41.442Z","avatar_url":"https://github.com/hyperloop-modules.png","language":"JavaScript","readme":"# Ti.HockeyApp\nHyperloop-based version of HockeyApp for both Android and iOS\n\n\n### Requirements\n- [x] Titanium SDK 5.5.0.GA+\n- [x] Hyperloop 1.2.8+\n- [x] Xcode 8+\n- [x] HockeyApp App ID.  One each per platform.  (referenced below as \"APP_IDENTIFIER_KEY\")\n- [x] For Android:\n1. Include the following in /tiapp.xml (replacing \"APP_IDENTIFIER_KEY\" with your HockeyApp App ID):\n```xml\n\u003cmeta-data android:name=\"net.hockeyapp.android.appIdentifier\" android:value=\"APP_IDENTIFIER_KEY\"/\u003e\n```\n2. Download HockeyApp.aar file from HockeyApp and copy into /app/platform/android/\n(Latest at the time of this article - https://github.com/bitstadium/HockeySDK-Cordova/tree/master/src/android/HockeySDK-Android )\n\n- [x] For iOS:\ninclude the following in /Podfile (replacing \"APP_NAME\" with your Titanium App Name):\n```javascript\ninstall! 'cocoapods',\n         :integrate_targets =\u003e false\n \nplatform :ios, '8.0'\ntarget 'APP_NAME' do\n    pod 'HockeySDK', :subspecs =\u003e ['AllFeaturesLib']\nend\n```\n(Hyperloop/CocoaPods will automatically retrieve the HockeyApp SDK)\n\n### Usage\nCopy /lib/ti.hockeyapp.js to your /lib folder\n\n\n#### Add Module and initialize\n```javascript\nvar TiHockeyApp = require('ti.hockeyapp');\nTiHockeyApp.init(\"APP_IDENTIFIER_KEY\");\n```\n\n\n#### Track Events\n```javascript\nTiHockeyApp.trackEventWithName(\"Event_Name\");\n```\n\n\n\u003e **NOTE**: This is the first implementation; there are still several more methods and additional configuration options to yet be implemented.\n\n\n### Author\n* Adam Armstrong ([@adamtarmstrong](https://twitter.com/adamtarmstrong))\n* Hans Knoechel ([@hansemannnn](https://twitter.com/hansemannnn))\n\n\n### License\nApache 2.0\n\n\n### Contributing\nThanks to ([@hansemannnn](https://twitter.com/hansemannnn)) and ([@MichaelGangolf](https://twitter.com/MichaelGangolf)) for their assistance!\n\nCode contributions are greatly appreciated, please submit a new [pull request](https://github.com/hyperloop-modules/ti.hockeyapp/pull/new/master)!\n","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperloop-modules%2Ftitanium-hockeyapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperloop-modules%2Ftitanium-hockeyapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperloop-modules%2Ftitanium-hockeyapp/lists"}