File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,22 +33,22 @@ There's a full demo app embedded in this repository. It should serve as an examp
33
33
#### Cordova
34
34
35
35
``` sh
36
- cordova plugin add https://github.com/BranchMetrics/cordova-ionic-phonegap- branch-deep-linking.git --variable BRANCH_KEY=< your-branch-key> --variable URI_SCHEME=< your-app-uri-scheme-without-colon-and-slashes>
36
+ cordova plugin add branch-cordova-sdk --variable BRANCH_KEY=< your-branch-key> --variable URI_SCHEME=< your-app-uri-scheme-without-colon-and-slashes>
37
37
```
38
38
example:
39
39
``` sh
40
- cordova plugin add https://github.com/BranchMetrics/cordova-ionic-phonegap- branch-deep-linking.git --variable BRANCH_KEY=key_live_fnmRM1FXtu11t6e4LU8WsldpvDcA0bzv --variable URI_SCHEME=branchsters
40
+ cordova plugin add branch-cordova-sdk --variable BRANCH_KEY=key_live_fnmRM1FXtu11t6e4LU8WsldpvDcA0bzv --variable URI_SCHEME=branchsters
41
41
```
42
42
43
43
#### Phonegap
44
44
45
45
``` sh
46
- phonegap plugin add https://github.com/BranchMetrics/cordova-ionic-phonegap- branch-deep-linking.git --variable BRANCH_KEY=your-branch-key --variable URI_SCHEME=your-app-uri-scheme --variable
46
+ phonegap plugin add branch-cordova-sdk --variable BRANCH_KEY=your-branch-key --variable URI_SCHEME=your-app-uri-scheme --variable
47
47
```
48
48
49
49
example:
50
50
``` sh
51
- phonegap plugin add https://github.com/BranchMetrics/cordova-ionic-phonegap- branch-deep-linking.git --variable BRANCH_KEY=key_live_fnmRM1FXtu11t6e4LU8WsldpvDcA0bzv --variable URI_SCHEME=branchsters
51
+ phonegap plugin add branch-cordova-sdk --variable BRANCH_KEY=key_live_fnmRM1FXtu11t6e4LU8WsldpvDcA0bzv --variable URI_SCHEME=branchsters
52
52
```
53
53
54
54
### Additional App Permissions
You can’t perform that action at this time.
0 commit comments