This is a demo application showing how to use the HockeySDK-tvOS SDK.
The SDK is integrated as a git submodule adding the HockeySDK-tvOS Xcode project as a subproject.
Version 1.0:
- First public release
Get the code with HockeySDK-tvOS SDK submodule
git clone --recurse-submodules https://github.com/bitstadium/HockeySDK-tvOSDemo.git
Open HockeySDK-tvOSDemo.xcodeproj with Xcode IDE or from command line
cd HockeySDK-tvOSDemo
open HockeySDK-tvOSDemo.xcodeproj
Replace appId and secret from HockeyApp portal in AppDelegate.swift
:
static var appId: String = "YourAppID"
static var secret: String = "YourSecretKey"
Build and run sample project.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.
You must sign a Contributor License Agreement before submitting your pull request. To complete the Contributor License Agreement (CLA), you will need to submit a request via the form and then electronically sign the CLA when you receive the email containing the link to the document. You need to sign the CLA only once to cover submission to any Microsoft OSS project.