Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IloveJavaa authored Mar 28, 2023
1 parent 3233053 commit f2e70cf
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,8 +428,20 @@ Trackier allow for passing the additional user details like UserName, Mobile Num
* You can find the support article [here](https://help.trackier.com/support/solutions/articles/31000162841-android-uninstall-tracking).

### <a id="qs-sdk-signing"></a> SDK Signing
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.

Please check on the below screenshot

Screenshot[7]

<img width="1000" alt="Screenshot 7" src="https://user-images.githubusercontent.com/16884982/185338826-bcf802d0-c493-4a67-adb3-a9b52bae289e.png">

Check below the example code for passing the secretId and secretKey to the SDK

```dart
Expand Down

0 comments on commit f2e70cf

Please sign in to comment.