call.getObject()
in the plugin for the "arguments" analytics
, properties
& shareText
all return empty braces {}
in both iOS & Android; from the javascript calls generateShortUrl(analytics, properties)
& showShareSheet(analytics, properties, message)
#191
Labels
Describe the bug
When you call
generateShortUrl(analytics, properties)
orshowShareSheet(analytics, properties, message)
from the javascript end, you get empty objects for the arguments in the native plugin calls.Hence user Branch generated link does not include parameters such as
custom_string
necessary for the deeplink function.Steps to reproduce
Expected behavior
SDK Version
7.0.0
Make and Model
iPhone 7 & Android 13 emulator
OS
iPhone OS 15.8.2 & iPhone Simulator OS 17.2 & Android 13 Emulator
Additional Information/Context
The text was updated successfully, but these errors were encountered: