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
On iOS if you try to use the localization option as an object with the text/title/etc properties, everything get's inserted as a text blob (including the copyToClipboard and other "non relevant" keys).
Looking at the code in cordova-ionic-phonegap-branch-deep-linking/src/ios/dependencies/Branch-SDK/BranchUniversalObject.m on line 181 the shareText is a NSString, later in this method on lines 187 and 229 it looks like the NSString is accessed as a dictionary using valueForKey (which I assume is incorrect, since it is still a NSString not a dictionary). The end result is the entire object being inserted as a string without the properties being parsed and/or used.
The text was updated successfully, but these errors were encountered:
Thank you for reaching out. The localization field is outdated in our documentation. I apologize for this. We are in the process of updating all of our documentation.
On iOS if you try to use the localization option as an object with the text/title/etc properties, everything get's inserted as a text blob (including the copyToClipboard and other "non relevant" keys).
Looking at the code in
cordova-ionic-phonegap-branch-deep-linking/src/ios/dependencies/Branch-SDK/BranchUniversalObject.m
on line 181 the shareText is a NSString, later in this method on lines 187 and 229 it looks like the NSString is accessed as a dictionary using valueForKey (which I assume is incorrect, since it is still a NSString not a dictionary). The end result is the entire object being inserted as a string without the properties being parsed and/or used.The text was updated successfully, but these errors were encountered: