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
Nothing is being done when buo.ShowShareSheetWithLinkProperties is complete (you can see there is just an empty delegate. An IBranchLinkShareInterface object is passed to this method, so I wonder if it should be used in the completion delegate?
The text was updated successfully, but these errors were encountered:
yonkahlon
changed the title
Callbacks to IBranchLinkShareInterface are neve called
Callbacks to IBranchLinkShareInterface are never called
Sep 24, 2021
After running GetShortURL(), the ReceivedUrl callback method is successfully called (part of IBranchUrlInterface):
Branch.GetInstance().GetShortURL(this, _branchObj, _linkProperties);
When I call ShareLink() in the ReceivedUrl callback, none of the IBranchLinkShareInterface methods are called to let me know what the user did.
Branch.GetInstance().ShareLink(this, _branchObj, _linkProperties, "[My message text]");
If you go to the Branch-Xamarin-SDK.iOS project, and look at BranchIOS.cs, there is this code:
Nothing is being done when buo.ShowShareSheetWithLinkProperties is complete (you can see there is just an empty delegate. An IBranchLinkShareInterface object is passed to this method, so I wonder if it should be used in the completion delegate?
The text was updated successfully, but these errors were encountered: