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
I created the Branch Universal Object using the following params:
var universalObjParams = {canonicalIdentifier: 'identifier',
title: 'title',
contentDescription: '',
contentImageUrl: '',
contentIndexingMode: 'public',
contentMetadata: {testData: 'some test data'}};
However, when the user clicks on the link based on this universal object, the data that gets into DeepLinkHandler does not contain the metaData "testData". How can I add additional data sets to a tracking link?
Based on the code base, it doesn't seem like there is anything being done with the contentMetaData:
Please see the attached patch file which fixes the issue for me. The link generated using the compiled code had the contentMetaData when the user clicked and returned to the app.
Does the ios side of the SDK need a similar fix? I just opened a new issue for the IOS: #62. The data does not seem to be coming through when someone clicks on an ios device.
Hi,
I created the Branch Universal Object using the following params:
However, when the user clicks on the link based on this universal object, the data that gets into DeepLinkHandler does not contain the metaData "testData". How can I add additional data sets to a tracking link?
Based on the code base, it doesn't seem like there is anything being done with the contentMetaData:
https://github.com/BranchMetrics/Cordova-Ionic-PhoneGap-Deferred-Deep-Linking-SDK/blob/master/src/android/io/branch/BranchSDK.java#L377
Thoughts?
TJ
The text was updated successfully, but these errors were encountered: