Skip to content

Commit 493e229

Browse files
authored
Merge pull request #468 from microsoft/update-readme
Update readme about distribute
2 parents 5000c99 + c9c6b5b commit 493e229

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This version has a breaking change on iOS - it drops Xcode 10 support, Xcode 11
3333

3434
### App Center Distribute
3535

36-
Now when Distribute is turned off in **AppCenterBehavior**, it is unlinked from the application, in order to avoid Google Play flagging the application for malicious behavior. It must be turned off for build variants which are going to be published on Google Play. See the [public documentation](https://docs.microsoft.com/en-us/appcenter/sdk/distribute/unity) for more details about this change.
36+
Now when Distribute is turned off in **AppCenterBehavior**, it is unlinked from the application, in order to avoid Google Play flagging the application for malicious behavior. It must be turned off for build variants which are going to be published on Google Play. See the [public documentation](https://docs.microsoft.com/en-us/appcenter/sdk/distribute/unity#remove-in-app-updates-for-google-play-builds) for more details about this change.
3737

3838
#### Android
3939

README.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,18 @@
11

2-
# Introduction
2+
# Visual Studio App Center SDK for Unity
33

4-
The App Center Unity SDK enables you to use App Center Analytics, Crash and Distribution within your Unity games.
4+
App Center is your continuous integration, delivery and learning solution for iOS, Android, and UWP apps.
5+
Get faster release cycles, higher-quality apps, and the insights to build what users want.
6+
7+
The App Center SDK uses a modular architecture so you can use any or all of the following services:
8+
9+
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.
10+
11+
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.
12+
13+
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.
14+
> **Google Play considers the in-app update code as malicious behavior even if it isn’t used at runtime. Please remove this code 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.**
15+
> See [Remove in-app updates for Google Play builds](https://docs.microsoft.com/en-us/appcenter/sdk/distribute/unity#remove-in-app-updates-for-google-play-builds) documentation for details.
516
617
# Getting Started
718

@@ -35,7 +46,7 @@ Once you have created an app, you can obtain its **App Secret** on the **Getting
3546

3647
The App Center SDK is integrated by importing Unity Packages into your project.
3748

38-
__The easist way to get started is to use our [Editor Extensions plugin](https://github.com/Microsoft/AppCenter-SDK-Unity-Extension).__ This plugin provides a clean UI for automatically downloading, installing and upgrading the App Center SDK.
49+
__The easiest way to get started is to use our [Editor Extensions plugin](https://github.com/Microsoft/AppCenter-SDK-Unity-Extension).__ This plugin provides a clean UI for automatically downloading, installing and upgrading the App Center SDK.
3950

4051
Alternatively you can install the latest Asset Packages directly. Please follow instructions below if you would like to install packages manually:
4152

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This version has a breaking change on iOS - it drops Xcode 10 support, Xcode 11
3131

3232
### App Center Distribute
3333

34-
Now when Distribute is turned off in **AppCenterBehavior**, it is unlinked from the application, in order to avoid Google Play flagging the application for malicious behavior. It must be turned off for build variants which are going to be published on Google Play. See the [public documentation](https://docs.microsoft.com/en-us/appcenter/sdk/distribute/unity) for more details about this change.
34+
Now when Distribute is turned off in **AppCenterBehavior**, it is unlinked from the application, in order to avoid Google Play flagging the application for malicious behavior. It must be turned off for build variants which are going to be published on Google Play. See the [public documentation](https://docs.microsoft.com/en-us/appcenter/sdk/distribute/unity#remove-in-app-updates-for-google-play-builds) for more details about this change.
3535

3636
#### Android
3737

0 commit comments

Comments
 (0)