From d494895524a5702b176cdbf1c434ad436ba969ff Mon Sep 17 00:00:00 2001 From: Sanu gupta Date: Tue, 30 Apr 2024 15:14:56 +0530 Subject: [PATCH] Update README.md --- README.md | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 9b3c3d9..0cef23f 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Screenshot[1] You can find the latest version [here](https://search.maven.org/artifact/com.trackier/android-sdk) ```gradle - implementation 'com.trackier:android-sdk:1.6.56' // Add this Trackier SDK dependency in the build.gradle + implementation 'com.trackier:android-sdk:1.6.57' // Add this Trackier SDK dependency in the build.gradle ``` Also, please check the screenshot[2] in the below section for reference. @@ -64,7 +64,7 @@ Add the Android Install Referrer as a dependency. You can find the latest versio // make sure to use the latest SDK version: // https://mvnrepository.com/artifact/com.trackier/android-sdk - implementation 'com.trackier:android-sdk:1.6.56' // Add this Trackier SDK dependency in the build.gradle + implementation 'com.trackier:android-sdk:1.6.57' // Add this Trackier SDK dependency in the build.gradle implementation 'com.android.installreferrer:installreferrer:2.2' // Add this install referrer dependency in the build.gradle } ``` @@ -73,7 +73,8 @@ Sync the project to retrieve the dependencies – see the following screenshot. Screenshot[2] -Screenshot 2024-02-16 at 3 59 20 PM +Screenshot 2024-02-16 at 3 59 20 PM + ## Adding Xiaomi GetApps store referrer @@ -346,7 +347,8 @@ those events. Just need to implements events in the app projects. Screenshot[9] -Screenshot 2022-06-10 at 1 23 01 PM +Screenshot 2022-06-10 at 1 23 01 PM + ### Example code for calling Built-in events @@ -474,7 +476,8 @@ orderId, revenue, currency, param1, param2, param3 ,param4, param5, param6, para Screenshot[10] -Screenshot 2022-06-10 at 3 49 22 PM +Screenshot 2022-06-10 at 3 49 22 PM + ### Example code for calling Customs Events @@ -1037,15 +1040,15 @@ class MainApplication : Application() { Following below are the steps to retrieve the secretId and secretKey :- - Login your Trackier Panel and select your application. -- In the Dashboard, click on the `SDK Integration` option on the left side of panel. -- Under on the SDK Integration, click on the Advanced tab. -- Under the Advanced tab, you will get the secretId and secretKey. +- In the Dashboard, click the three dot in left bottom. +- You can see the SDK key there and click on Advanced tab to generate the Id and Key. +- Click on the Add secret key button to generate the Id and key. Please check on the below screenshot Screenshot[11] -Screenshot 11 +Screenshot 11 Check below the example code for passing the secretId and secretKey to the SDK @@ -1428,7 +1431,7 @@ btn_event_track.setOnClickListener(View.OnClickListener { ## Proguard Settings -If your app is using proguard then add these lines to the proguard config file +It is mandatory to add this setting in android app when your app is using proguard. Add below code in proguard file. ``` -keep class com.trackier.sdk.** { *; }