Skip to content

Commit 6d1fd3e

Browse files
authored
docs: testing key points and update to lastest sdk
1 parent 5176805 commit 6d1fd3e

File tree

1 file changed

+22
-16
lines changed

1 file changed

+22
-16
lines changed

README.md

Lines changed: 22 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
- [Track Event](#track-event)
4040
- [Handle Referrals](#handle-referrals)
4141
- [Troubleshooting](#troubleshooting)
42+
- [Testing: Key Points](#testing-key-points)
4243
- [Testing: Optional App Config](#testing-optional-app-config)
4344
- [Testing: Branch Analytics](#testing-branch-analytics)
4445
- [Testing: Simulating an Install](#testing-simulating-an-install)
@@ -48,7 +49,8 @@
4849
- [Link Data: Deep Link Properties](#link-data-deep-link-properties)
4950
- [Compiling: Cordova Dependencies](#compiling-cordova-dependencies)
5051
- [Compiling: Show Console Logs](#compiling-show-console-logs)
51-
- [Compiling: Incompatible Plugins](#compiling-incompatible-plugins)
52+
- [Compiling: Updating Branch SDK](#compiling-updating-branch-sdk)
53+
- [Compiling: Incompatible Plugins](#compiling-incompatible-plugins)
5254
- [Compiling: Errors](#compiling-errors)
5355

5456
## Getting Started
@@ -565,6 +567,12 @@
565567

566568
## Troubleshooting
567569

570+
- #### Testing: Key Points
571+
572+
- Need to checkmark "app uses IDFA and GAID" when submitting your app to the App Store and Google Play Store
573+
574+
– Best to enable [Deepviews](https://dashboard.branch.io/settings/deepviews) ([Testing: Supported Platforms](#testing-supported-platforms))
575+
568576
- #### Testing: Optional App Config
569577

570578
```xml
@@ -882,6 +890,19 @@
882890

883891
- Chrome -> [chrome://inspect/#devices](chrome://inspect/#devices) -> Console
884892

893+
- #### Compiling: Updating Branch SDK
894+
895+
```bash
896+
# terminal
897+
cordova plugin remove io.branch.sdk
898+
cordova plugin remove branch-cordova-sdk
899+
```
900+
901+
```xml
902+
<!-- config.xml -->
903+
<plugin name="branch-cordova-sdk" spec="^2.5.0" />
904+
```
905+
885906
- #### Compiling: Incompatible Plugins
886907

887908
- The following plugins will not work with the Branch SDK
@@ -943,18 +964,3 @@
943964
```
944965
945966
- Don't use `cordova`, `hyphens`, or `underscores` in your bundle id (widget id)
946-
947-
- error
948-
949-
- Installing Branch plugin error. Reinstall Branch
950-
951-
```bash
952-
# terminal
953-
cordova plugin remove io.branch.sdk
954-
cordova plugin remove branch-cordova-sdk
955-
```
956-
957-
```xml
958-
<!-- config.xml -->
959-
<plugin name="branch-cordova-sdk" spec="^2.5.0" />
960-
```

0 commit comments

Comments
 (0)