Skip to content

Commit

Permalink
chore: updated testbed account
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanneff committed Feb 10, 2017
1 parent d9708a5 commit 7577253
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<branch-config>
<branch-key value="key_live_ndqptlgXNE4LHqIahH1WIpbiyFlb62J3" />
<uri-scheme value="cordovatestbed" />
<link-domain value="testbed.app.link" />
<link-domain value="cordova.app.link" />
<ios-team-prod value="PW4Q8885U7" />
</branch-config>
```
Expand All @@ -99,7 +99,7 @@
<branch-config>
<branch-key value="key_live_ndqptlgXNE4LHqIahH1WIpbiyFlb62J3" />
<uri-scheme value="cordovatestbed" />
<link-domain value="testbed.app.link" />
<link-domain value="cordova.app.link" />
<ios-team-prod value="PW4Q8885U7" />
</branch-config>
```
Expand Down Expand Up @@ -210,7 +210,7 @@

- #### Test Deep Link iOS

- Wait 15 minutes after saving changes on the [Branch Dashboard](https://dashboard.branch.io/settings/link)
- Wait 30 minutes after saving changes on the [Branch Dashboard](https://dashboard.branch.io/settings/link)

- Create a deep link from the [Branch Marketing Dashboard](https://dashboard.branch.io/marketing)

Expand Down
6 changes: 3 additions & 3 deletions testbed/config.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.eneff.branch.example" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.eneff.branch.cordova-testbed" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<!-- Branch -->
<plugin name="branch-cordova-sdk" />
<branch-config>
<branch-key value="key_live_ndqptlgXNE4LHqIahH1WIpbiyFlb62J3" />
<uri-scheme value="cordovatestbed" />
<link-domain value="testbed.app.link" />
<uri-scheme value="branchcordova" />
<link-domain value="cordova.app.link" />
<ios-team-prod value="PW4Q8885U7" />
</branch-config>

Expand Down

0 comments on commit 7577253

Please sign in to comment.