urbanairship-sdk

Urban Airship Android SDK with GCM plugin

Лицензия

Лицензия

Группа

Группа

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

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

urbanairship-sdk
Последняя версия

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

9.7.3
Дата

Дата

Тип

Тип

aar
Описание

Описание

urbanairship-sdk
Urban Airship Android SDK with GCM plugin
Ссылка на сайт

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

https://github.com/urbanairship/android-library
Система контроля версий

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

https://github.com/urbanairship/android-library

Скачать urbanairship-sdk

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

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
com.urbanairship.android : urbanairship-core jar 9.7.3
com.urbanairship.android : urbanairship-gcm jar 9.7.3
com.urbanairship.android : urbanairship-adm jar 9.7.3

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

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

Android Airship SDK

Airship SDK for Android.

Resources

Requirements

  • minSdkVersion 16
  • compileSdkVersion 29

Quickstart

  1. Include Airship into the build.gradle file:
   dependencies {
     def airshipVersion = "14.1.0"

     // FCM push provider
     implementation "com.urbanairship.android:urbanairship-fcm:$airshipVersion"

     // Message Center
     implementation "com.urbanairship.android:urbanairship-message-center:$airshipVersion"

     // In-App Automation
     implementation "com.urbanairship.android:urbanairship-automation:$airshipVersion"
   }
  1. Add Firebase to your app.

  2. Create a new airshipconfig.properties file with your application’s settings:

   developmentAppKey = Your Development App Key
   developmentAppSecret = Your Development App Secret

   productionAppKey = Your Production App Key
   productionAppSecret = Your Production Secret

   # LogLevel is "VERBOSE", "DEBUG", "INFO", "WARN", "ERROR" or "ASSERT"
   developmentLogLevel = DEBUG
   productionLogLevel = ERROR

   # Notification customization
   notificationIcon = ic_notification
   notificationAccentColor = #ff0000

   # Optional - Set the default channel
   notificationChannel = "customChannel"
  1. Set the Autopilot meta-data in the AndroidManifest.xml file:
      <meta-data android:name="com.urbanairship.autopilot"
               android:value="com.urbanairship.Autopilot"/>

Sample Application

A sample application is available that showcases the majority of the features offered by the Airship SDK. Before running the sample, copy the file in sample/src/main/assets/airshipconfig.properties.sample to sample/src/main/assets/airshipconfig.properties and modify the properties to match your application's config.

com.urbanairship.android

Airship

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

Версия
9.7.3
9.7.2
9.7.1
9.7.0
9.6.1
9.6.0
9.5.6
9.5.5
9.5.4
9.5.3
9.5.2
9.5.1
9.5.0
9.4.2
9.4.1
9.4.0
9.3.2
9.3.1
9.3.0
9.2.0
9.1.1
9.1.0
9.0.6
9.0.5
9.0.4
9.0.3
9.0.2
9.0.1
9.0.0
8.9.7
8.9.6
8.9.5
8.9.4
8.9.3
8.9.2
8.9.1
8.9.0
8.8.4
8.8.3
8.8.2
8.8.1
8.8.0
8.7.0
8.6.1
8.6.0
8.5.1
8.5.0
8.4.3
8.4.2
8.4.1
8.4.0
8.3.2
8.3.1
8.3.0
8.2.5
8.2.4
8.2.3
8.2.2
8.2.1
8.2.0
8.1.1
8.1.0
8.0.4
8.0.3
8.0.2
8.0.1
8.0.0
7.3.0
7.2.5
7.2.4
7.2.3
7.2.2
7.2.1