Skip to content

Commit b89bb4a

Browse files
committed
updated README.
1 parent c8803c2 commit b89bb4a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ branchUniversalObj.showShareSheet({
382382
});
383383
```
384384

385-
##### Share Sheet Callbacks
385+
##### Share Sheet Callbacks (Android ONLY)
386386

387387
To implement the callback, you must add listeners to the following events:
388388

@@ -426,6 +426,10 @@ branchUniversalObj.onChannelSelected(function (res) {
426426
});
427427
```
428428

429+
**Note:** Callbacks in iOS are ignored. There is no need to implement them as the events are handled by `UIActivityViewController`.
430+
431+
**Note:** Avoid passing `alias` in iOS. Adding an `alias` key in the `options` parameter will return a Non-Universal link which will not work in iOS 9.2.
432+
429433
### <a id="listOnSpotlight"></a>listOnSpotlight()
430434

431435
**Note: iOS only.** Used for Spotlight listing

0 commit comments

Comments
 (0)