GithubHelp home page GithubHelp logo

edoust / hockeysdk-windows Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bitstadium/hockeysdk-windows

0.0 2.0 0.0 13.1 MB

The official Windows SDK for

Home Page: http://hockeyapp.net

License: MIT License

C# 99.80% Smalltalk 0.12% CSS 0.07% PowerShell 0.01%

hockeysdk-windows's Introduction

Test Status Build Status

HockeySDK for Windows

The official Windows SDK for the http://www.hockeyapp.com.

Feature Support

Platform Name Crash Reporting Beta Distribution Feedback Authentication Custom Events Usage Metrics
Windows 10 Universal Windows Platform (UWP)
Windows 8.1 (WinRT)
Windows Phone (Silverlight) 8.0, 8.1
HockeySDK.WPF 4.5
PCL

Onboarding Instructions

  1. Add nuget package:
Platform Nuget Package Manager Console Command
Windows 10 (UWP) Install-Package HockeySDK.UWP -Pre
Windows 8.1 (WinRT) Install-Package HockeySDK.WINRT -Pre
Windows Phone 8.1 (Silverlight), Windows Phone 8.0 (Silverlight) Install-Package HockeySDK.WP -Pre
WPF 4.5 Install-Package HockeySDK.WPF -Pre
  1. In App.xaml.cs file add the following line in usage declaration section:
    using Microsoft.HockeyApp;
  2. In App.xaml.cs file add the following line in App class constructor:
    Microsoft.HockeyApp.HockeyClient.Current.Configure(“Your_App_ID”);
  3. If you are using HockeySDK.WinRT or HockeySDK.WP, in App.xaml.cs add the following line at the end of the async void Application_Launching(object sender, LaunchingEventArgs e)
    await HockeyClient.Current.SendCrashesAsync(/* sendWithoutAsking: true */);
  4. Enable Internet(Client) Capability in package manifest.

Demo Applications

https://github.com/bitstadium/HockeySDK-WindowsDemo

Documentation

https://support.hockeyapp.net/kb/client-integration-windows-and-windows-phone

Code of Conduct

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.

Contributor License

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.

Support

If you have any questions, problems or suggestions, please contact us at [email protected].

WinForms SDK

There is no official support for WinForms SDK. The code under https://github.com/bitstadium/HockeySDK-Windows/tree/develop/Src/Kit.WinForms45 was written by the community and is kept there for sharing purpose only. We tend to accept pull requests but with no validations and you should use it on your own risk.

hockeysdk-windows's People

Contributors

mihailsm avatar andreasmo avatar ashtom avatar holgergubbels avatar edoust avatar mihania avatar sandyarmstrong avatar rzhw avatar jakuboleksy avatar rmaclean avatar tapanila avatar izikl avatar lumaxis avatar thelakkatmadhav avatar scottisafool avatar iziklisbon avatar threescreenstudios avatar yura-yaroshevich avatar elamalani avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.