Development repository for the App Center SDK for .NET platforms, including Xamarin
Перейти к файлу
Ruslan Urmeev a0eb0da0a0 updated dependencies to use stable .net core 3 2019-10-03 18:30:22 +04:00
Apps updated dependencies to use stable .net core 3 2019-10-03 18:30:22 +04:00
Documentation Naive global replace mobile center with app center 2017-10-26 11:57:52 -07:00
SDK updated dependencies to use stable .net core 3 2019-10-03 18:30:22 +04:00
Tests Start new version 2.4.1 and update changelog 2019-09-26 19:04:49 +08:00
nuget updated dependencies to use stable .net core 3 2019-10-03 18:30:22 +04:00
scripts Start new version 2.4.1 and update changelog 2019-09-26 19:04:49 +08:00
swagger Replace ingestion.yaml and remove others 2017-11-06 15:06:42 -05: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 Merge remote-tracking branch 'origin/develop' into feature/data-ios 2019-04-25 18:19:34 -07:00
AppCenter-SDK-Build-Mac.sln Added some fixes 2019-04-26 14:15:06 +03: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 Finish top level files and convert tabs to spaces in some files 2017-10-26 12:24:13 -07:00
AppCenter-Windows.sln Test WindowsDesktopn on .NET Core 2019-07-26 15:56:09 -07:00
CHANGELOG.md Update CHANGELOG.md 2019-09-26 14:14:20 +03:00
ISSUE_TEMPLATE.md Fix wording and numbering 2018-04-03 16:48:45 -07:00
NuGet.config Add nuget.config and ios post clone 2017-11-13 14:46:46 -08:00
PULL_REQUEST_TEMPLATE.md Update PULL_REQUEST_TEMPLATE.md 2019-06-12 15:40:14 -07: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.