Rudder-Integration-App Center-Android

RudderStack's Native SDK Integration support for App Center.

Лицензия

Лицензия

MIT License
Группа

Группа

com.rudderstack.android.integration
Идентификатор

Идентификатор

appcenter
Последняя версия

Последняя версия

1.0.1
Дата

Дата

Тип

Тип

aar
Описание

Описание

Rudder-Integration-App Center-Android
RudderStack's Native SDK Integration support for App Center.
Ссылка на сайт

Ссылка на сайт

https://github.com/rudderlabs/rudder-integration-appcenter-android
Система контроля версий

Система контроля версий

https://github.com/rudderlabs/rudder-integration-appcenter-android/tree/master

Скачать appcenter

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.rudderstack.android.integration/appcenter/ -->
<dependency>
    <groupId>com.rudderstack.android.integration</groupId>
    <artifactId>appcenter</artifactId>
    <version>1.0.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.rudderstack.android.integration/appcenter/
implementation 'com.rudderstack.android.integration:appcenter:1.0.1'
// https://jarcasting.com/artifacts/com.rudderstack.android.integration/appcenter/
implementation ("com.rudderstack.android.integration:appcenter:1.0.1")
'com.rudderstack.android.integration:appcenter:aar:1.0.1'
<dependency org="com.rudderstack.android.integration" name="appcenter" rev="1.0.1">
  <artifact name="appcenter" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.rudderstack.android.integration', module='appcenter', version='1.0.1')
)
libraryDependencies += "com.rudderstack.android.integration" % "appcenter" % "1.0.1"
[com.rudderstack.android.integration/appcenter "1.0.1"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
androidx.annotation » annotation jar 1.1.0
com.microsoft.appcenter : appcenter-analytics jar 4.1.0
com.google.code.gson : gson jar 2.8.6

Модули Проекта

Данный проект не имеет модулей.

What is RudderStack?

RudderStack is a customer data pipeline tool for collecting, routing and processing data from your websites, apps, cloud tools, and data warehouse.

More information on RudderStack can be found here.

Integrating Visual Studio App Center for RudderStack's Android SDK

  1. Add Appcenter as a destination in the RudderStack dashboard and define the app secret key.

  2. Add the following dependencies to your app/build.gradle file as shown:

implementation 'com.rudderstack.android.sdk:core:1.+'
implementation 'com.rudderstack.android.integration:appcenter:1.0.1'
implementation 'com.google.code.gson:gson:2.8.6'

// Appcenter dependency
implementation "com.microsoft.appcenter:appcenter-analytics:4.1.0"
  1. Also add the below repositories tag in your app/build.gradle as shown:
repositories {
    maven {
        url  "https://dl.bintray.com/rudderstack/rudderstack"
    }
}
  1. Make sure that the minSdkVersion in your app/build.gradle is at least 21:
defaultConfig {
        minSdkVersion 21
}
  1. Finally change the initialization of your RudderClient in your Application class:
val rudderClient = RudderClient.getInstance(
    this,
    <YOUR_WRITE_KEY>,
    RudderConfig.Builder()
        .withDataPlaneUrl(<YOUR_DATA_PLANE_URL>)
        .withFactory(AppcenterIntegrationFactory.FACTORY)
        .build()
)

Send Events

Follow the steps from the RudderStack Android SDK.

Contact Us

If you come across any issues while configuring or using this integration, please feel free to start a conversation on our Slack channel. We will be happy to help you.

com.rudderstack.android.integration

RudderStack

Steer your Customer Data

Версии библиотеки

Версия
1.0.1