Versions Compared

Key

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

...

Info

There is no need to enable any module to send data only. It is enough to initialize the SDK.

Info

In order the data that you sent to be loaded to RMC panel correctly, you should use the same reference value (KEY_ID* veya E-Mail) that you use in your RMC account when sending data via mobile channel.

*KEY_ID: It is the ID that you use to make a user unique in your system like CRM id, userId, customerId, accountId.

exVisitorId value can be keyID or E-mail according to your structure.

...

App Tracker feature is for sending the list of the application applications that were installed from Google Play Store, Amazon App Store and Huawei App Gallery and are still installed in the device of the user. You can call the

...

Android provides 2 options to access the list of the application applications installed in the device.

1-) You can write the package names of the applications that you are interested in into AndroidManifest.xml file as below:

...

Info

In the second option, Google Play Store may expect you to explain why you need this permission.

https://developer.android.com/training/basics/intents/package-visibility

First option does not require any permission.

After applying one of the 2 options above it is enough to call

RelatedDigital.sendTheListOfAppsInstalled( context = context )

Sending Location Permission Status

...

Info

This information is sent with “OM.locpermit” and can have one of the 3 values below.

"always" : The permission is granted even when the app is closed(background).

"appopen" : The permission is granted only when the app is open.

"none" : The permission is not granted at all.

...