Development repository for the App Center SDK for .NET platforms, including Xamarin
Перейти к файлу
Ivan Matkov e86177f7e4 Fix build 2022-07-27 15:19:31 +02:00
.config Update Cake 2022-07-27 15:19:31 +02:00
.github Migrate to github action from script to cake task 2022-03-28 15:44:38 +07:00
Apps Revert Android target to v11.0 2022-07-27 12:29:54 +02:00
Documentation Naive global replace mobile center with app center 2017-10-26 11:57:52 -07:00
SDK Fix build 2022-07-27 15:19:31 +02:00
Tests Revert Android target to v11.0 2022-07-27 12:29:54 +02:00
nuget Update build config 2022-07-27 15:19:31 +02:00
scripts Fix build 2022-07-27 15:19:31 +02:00
swagger Remove comment 2021-09-29 10:58:23 +03:00
.gitattributes Add .gitignore and .gitattributes. 2016-09-09 18:04:24 -07:00
.gitignore Update gitignore 2021-02-19 09:40:04 +03:00
AppCenter-Demo.sln Add xamarin forms demo app for macos 2021-10-04 17:09:27 +03:00
AppCenter-Mac.sln Use solution filters 2022-07-27 15:19:31 +02:00
AppCenter-SDK-Build-Mac-DotNet.slnf Fix build 2022-07-27 15:19:31 +02:00
AppCenter-SDK-Build-Mac-Mono.slnf Use solution filters 2022-07-27 15:19:31 +02:00
AppCenter-SDK-Build-Windows.sln Update dependencies 2020-10-13 14:32:38 +03:00
AppCenter-SDK-Documentation.sln Finish top level files and convert tabs to spaces in some files 2017-10-26 12:24:13 -07:00
AppCenter-SDK-Test-Windows.sln Update dependencies 2020-10-13 14:32:38 +03:00
AppCenter-SDK-Test.sln Add multiple request handling support in HttpNetworkAdapter (#1298) 2020-01-22 18:59:32 +03:00
AppCenter-Windows.sln Add WinUI test apps 2021-07-29 16:20:44 +03:00
CHANGELOG.md Update changelog 2022-07-27 14:48:36 +02:00
NuGet.config Fix UWP demo app build on CI (#1540) 2021-07-01 13:03:57 +03:00
README.md Remove push module from readme 2020-10-15 10:10:07 +03:00
SECURITY.md Microsoft mandatory file 2022-07-12 14:24:51 +00:00
ThirdPartyNotices.txt Add 3rd party notices 2018-11-29 23:48:43 -08:00
appcenter-post-clone.ps1 Update appcenter-post-clone scripts 2021-03-18 18:14:37 +03:00
appcenter-public-key.snk Add strong naming for modules 2021-01-13 15:53:01 +03:00
build.cake Fix build 2022-07-27 15:19:31 +02:00
build.ps1 Update Cake 2022-07-27 15:19:31 +02:00
build.sh Update Cake 2022-07-27 15:19:31 +02:00
cgmanifest.json Start new 4.5.2 release 2022-07-21 14:45:16 +00:00
license.txt Fix licence and readme renaming 2017-11-09 18:17:02 -08:00
test-tools.cake Update Cake 2022-07-27 15:19:31 +02:00
version.cake Update Cake 2022-07-27 15:19:31 +02:00

README.md

GitHub Release NuGet license

Visual Studio App Center SDK for .NET

App Center is your continuous integration, delivery and learning solution for iOS, Android, and Windows apps. Get faster release cycles, higher-quality apps, and the insights to build what users want.

The App Center SDK uses a modular architecture so you can use any or all of the following services:

  1. App Center Analytics: App Center Analytics helps you understand user behavior and customer engagement to improve your app. The SDK automatically captures session count, device properties like model, OS version, etc. You can define your own custom events to measure things that matter to you. All the information captured is available in the App Center portal for you to analyze the data.

  2. App Center Crashes: App Center Crashes will automatically generate a crash log every time your app crashes. The log is first written to the device's storage and when the user starts the app again, the crash report will be sent to App Center. Collecting crashes works for both beta and live apps, i.e. those submitted to the App Store. Crash logs contain valuable information for you to help fix the crash.

  3. App Center Distribute: App Center Distribute will let your users install a new version of the app when you distribute it via the App Center. With a new version of the app available, the SDK will present an update dialog to the users to either download or postpone the new version. Once they choose to update, the SDK will start to update your application.

    Google Play considers the in-app update code as malicious behavior even if it isnt used at runtime. Please use App Center Distribute Play instead before submitting your app to Google Play. Failure to not remove the in-app update code can lead to noncompliance and removal of the app from Google Play. See Remove in-app updates for Google Play builds documentation for details.

  4. App Center Distribute Play: App Center Distribute Play is stubbing the Distribute package's APIs to avoid Google Play rejecting the application for malicious behavior. It must be used only for build variants which are going to be published on Google Play.

1. Get started

It is super easy to use App Center. Have a look at our get started documentation and onboard your app within minutes. Our detailed documentation is available as well.

2. Contributing

We are looking forward to your contributions via pull requests.

2.1 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 opencode@microsoft.com with any additional questions or comments.

2.2 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.

3. Contact

3.1 Support

App Center SDK support is provided directly within the App Center portal. Any time you need help, just log in to App Center, then click the blue chat button in the lower-right corner of any page and our dedicated support team will respond to your questions and feedback. For additional information, see the App Center Help Center.

3.2 Twitter

We're on Twitter as @vsappcenter.