Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aeromusek committed Apr 25, 2016
1 parent b9d0b63 commit 2672f2d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ There's a full demo app embedded in this repository. It should serve as an examp

## Additional Resources
- [Integration guide](https://dev.branch.io/recipes/add_the_sdk/cordova/) *Start Here*
- [Changelog](https://github.com/BranchMetrics/Cordova-Ionic-PhoneGap-Deferred-Deep-Linking-SDK/blob/master/ChangeLog.md)
- [Changelog](https://github.com/BranchMetrics/Cordova-Ionic-PhoneGap-Deferred-Deep-Linking-SDK/blob/master/CHANGELOG.md)
- [Testing](https://dev.branch.io/recipes/testing_your_integration/cordova/)
- [Support portal, FAQ](http://support.branch.io)

Expand Down Expand Up @@ -204,7 +204,7 @@ initialize: function() {
},
```

Then add the method `DeepLinkHandler()` which will act as our callback when the session beings. The deep link data will be included here:
Then add a global method `DeepLinkHandler()` which will act as our callback when the session beings. The deep link data will be included here:

```js
function DeepLinkHandler(data) {
Expand Down Expand Up @@ -416,11 +416,11 @@ Once you've created your `Branch Universal Object`, which is the reference to th

**Sample Android Share Sheet**

![Android Share Sheet](https://dev.branch.io/img/ingredients/sdk_links/android_share_sheet.png)
![Android Share Sheet](https://dev.branch.io/img/pages/getting-started/branch-universal-object/android_share_sheet.png)

**Sample UIActivityView Share Sheet**

![UIActivityView Share Sheet](https://dev.branch.io/img/ingredients/sdk_links/ios_share_sheet.jpg)
![UIActivityView Share Sheet](https://dev.branch.io/img/pages/getting-started/branch-universal-object/ios_share_sheet.png)

The Branch iOS SDK includes a wrapper on the UIActivityViewController, that will generate a Branch short URL and automatically tag it with the channel the user selects (Facebook, Twitter, etc.).

Expand Down

0 comments on commit 2672f2d

Please sign in to comment.