Merge pull request #9 from ruslan-bikkinin/add-docs

Add modules docs
This commit is contained in:
Patrick Nikoletich 2017-12-20 07:41:39 -08:00 коммит произвёл GitHub
Родитель 2087de6c95 7a1f959f35
Коммит 0a33ad7d42
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 22 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,6 @@
# App Center SDK for Cordova
## App Center Analytics Module
App Center is your continuous integration, delivery and learning solution for iOS and Android apps. Get faster release cycles, higher-quality apps, and the insights to build what users want.
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.

Просмотреть файл

@ -0,0 +1,6 @@
# App Center SDK for Cordova
## App Center Crashes Module
App Center is your continuous integration, delivery and learning solution for iOS and Android apps. Get faster release cycles, higher-quality apps, and the insights to build what users want.
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.

Просмотреть файл

@ -0,0 +1,6 @@
# App Center SDK for Cordova
## App Center Push Module
App Center is your continuous integration, delivery and learning solution for iOS and Android apps. Get faster release cycles, higher-quality apps, and the insights to build what users want.
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 and FCM for Android. You can also segment your user base based on a set of properties and send them targeted notifications.

Просмотреть файл

@ -0,0 +1,4 @@
# App Center SDK for Cordova
## App Center Shared Module
This is internal module used by `cordova-plugin-appcenter-analytics`, `cordova-plugin-appcenter-crashes`, `cordova-plugin-appcenter-push`.