Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel7

...

You can add the dependency of relateddigital-android library into your module-level build.gradle file as shown below:

...

Code Block
implementation 'com.github.relateddigital:relateddigital-android:1.0.0'
Info

You can check the SDK releases and what’s changed during the releases on the github repository.

Integration of FCM and HMS to RMC

...

Create a new project (unless you have one already) on Firebase Console.

...

Go to Settings/Project Setting Settings on the console.

...

Copy the Server Key value under Cloud Messaging tab on the Settings page.

...

You should paste this Server Key value to the field of Server Key on RMC panel after you click on Settings / Campaign Settings / Push Applications / New Android Applications. After you input the necessary information for your application on this page, click on Add button and create your application on RMC panel.

...

Copy the App ID and App Secret value and go to RMC panel. Click on Settings / Campaign Settings / Push Applications / New Huawei Application.

...

Paste the App ID and App Secret that were taken from Huawei Console.

...