android - In Branch.io, How to post a Deep-link with query parameters in facebook -
i´m having problems deep-link (using appending query parameters) in facebook post. when click, app opens data appended parameters not returned in referringparams when have app installed (android app). tried solution below without success..
https://github.com/branchmetrics/android-deferred-deep-linking-sdk#important-migration-to-v145
the same cenario works ios.
does know how can resolve issue?
this issue way you've set sessions. recommend following:
- inside application class, make sure inside
oncreate
, you're callingbranch.getautoinstance(this)
. - make sure call
branch.initsession
inside deeplink activity user goes facebook. - inside
onnewintent
, make sure there's?link_id
appended end, branch wont know link return without that.
Comments
Post a Comment