File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
demo/app/App_Resources/Android/src/main Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,17 @@ Add the following to your `Info.plist`. under `app/App_Resources/iOS`
10
10
<key>CleverTapToken</key>
11
11
<string>YOUR-TEST-TOKEN</string>
12
12
```
13
+ ### Android
14
+ Add the following to your ` AndroidManifestxml ` . under ` app/App_Resources/Android/src/main `
15
+ ```
16
+ <meta-data
17
+ android:name="CLEVERTAP_ACCOUNT_ID"
18
+ android:value="YOUR-TEST-ACCOUNTID>"/>
19
+
20
+ <meta-data
21
+ android:name="CLEVERTAP_TOKEN"
22
+ android:value="YOUR-TEST-TOKEN"/>
23
+ ```
13
24
14
25
## Additional Resources
15
26
- [ CleverTap Android SDK Integration guide] ( https://support.clevertap.com/docs/android/getting-started.html )
Original file line number Diff line number Diff line change 27
27
28
28
<meta-data
29
29
android:name=" CLEVERTAP_ACCOUNT_ID"
30
- android:value=" Your Clevertap AccountId >" />
30
+ android:value=" YOUR-TEST-ACCOUNTID >" />
31
31
32
32
<meta-data
33
33
android:name=" CLEVERTAP_TOKEN"
34
- android:value=" Your Clevertap Token> " />
34
+ android:value=" YOUR-TEST-TOKEN " />
35
35
36
36
<activity
37
37
android:name=" com.tns.NativeScriptActivity"
You can’t perform that action at this time.
0 commit comments