Development repository for the App Center SDK for .NET platforms, including Xamarin
Перейти к файлу
Dmitrii Chichuk aba9216c0c Add Class library exception button to apps 2020-01-09 01:48:05 +04:00
.github Rename template 2019-10-31 13:43:58 -07:00
Apps Add Class library exception button to apps 2020-01-09 01:48:05 +04:00
Documentation Naive global replace mobile center with app center 2017-10-26 11:57:52 -07:00
SDK Move Path.Combine() to constants 2019-12-30 12:13:49 +04:00
Tests Apply suggestions from code review 2020-01-06 14:23:56 +03:00
nuget updated sqlite version in tests 2019-12-20 13:03:58 +03:00
scripts Update .NET Framework to 4.6.1 in desktop projects and nuspecs 2019-12-19 14:47:51 +03:00
swagger Use latest ingestion.yaml and regenerate models 2019-10-08 08:33:20 -07:00
tools Try DirectoryExists() 2019-05-28 10:26:08 +03:00
.gitattributes Add .gitignore and .gitattributes. 2016-09-09 18:04:24 -07:00
.gitignore Remove references to reference build 2019-06-10 15:04:22 -07:00
AppCenter-Demo.sln update SDKs and demo apps to 2.3.0 2019-08-20 18:56:29 +08:00
AppCenter-Mac.sln Add shared xamarin project to the mac sln 2019-12-04 13:30:12 -08:00
AppCenter-SDK-Build-Mac.sln Implement DependencyConfiguration binding 2019-12-03 17:38:36 -08:00
AppCenter-SDK-Build-Windows.sln Remove references to reference build 2019-06-10 15:04:22 -07: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 Include the new tests in sln 2019-07-26 16:45:25 -07:00
AppCenter-SDK-Test.sln reverted the extra section 2019-12-20 16:06:16 +03:00
AppCenter-Windows.sln Add Class library exception button to apps 2020-01-09 01:48:05 +04:00
CHANGELOG.md Update CHANGELOG.md 2020-01-07 11:28:38 -08:00
NuGet.config Add nuget.config and ios post clone 2017-11-13 14:46:46 -08:00
README.md Rebrand github sdk url 2019-05-13 18:14:51 -07:00
ThirdPartyNotices.txt Add 3rd party notices 2018-11-29 23:48:43 -08:00
appcenter-post-clone.ps1 add license head for *.cs, *.ps1, *.sh files 2019-03-19 18:09:34 +08:00
build.cake Remove the need to copy cake internals 2019-06-10 14:56:49 -07:00
build.ps1 Remove the need to copy cake internals 2019-06-10 14:56:49 -07:00
build.sh Add copyright to missing sh files 2019-03-19 14:41:02 -07:00
cake.config Add cake.config to avoid authentication issues 2017-09-14 10:32:05 -07:00
git-release.cake Add copyright to cake and xaml files 2019-03-19 14:37:29 -07:00
license.txt Fix licence and readme renaming 2017-11-09 18:17:02 -08:00
test-tools.cake Add copyright to cake and xaml files 2019-03-19 14:37:29 -07:00
version.cake Include .dot net core test app in version script 2019-07-23 18:59:35 -07: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. This feature will NOT work if your app is deployed to the app store.

  4. App Center Push: App Center Push enables you to send push notifications to users of your app from the App Center portal. We use APNS for iOS apps, FCM for Android and WNS for UWP apps. You can also segment your user base based on a set of properties and send them targeted notifications.

  5. App Center Data: The App Center Data service provides functionality enabling developers to persist app data in the cloud in both online and offline scenarios. This enables you to store and manage both user-specific data as well as data shared between users and across platforms.

  6. App Center Auth: App Center Auth is a cloud-based identity management service that enables developers to authenticate application users and manage user identities. The service integrates with other parts of App Center, enabling developers to leverage the user identity to view user data in other services and even send push notifications to users instead of individual devices.

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.