You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a field to set an email subject without adding it as a link parameter.
The field is BranchShareLink.emailSubject.
This is analogous to the similar Android option.
Updated the Branch code to use the newer activityViewController:subjectForActivityType:
delegate as well as support the old style set-undocumented-option-on-view-controller way.
Setting an email subject for Gmail is still broken. This is a Gmail problem and I've
filed an issue with Gmail (GitHub #789).
After sharing a link in Skype, the link would open in the app as if a deferred deep linking had
happened (DEVEX-278, GitHub #793).
Fixed this so that Skype content scraping doesn't trigger a deferred deep link.
Don't print expected HTTP status 404 error pages because it looks like an error (GitHub #800).
Fixed Airdrop of a URL scheme link open (INTENG-4106).