-
Notifications
You must be signed in to change notification settings - Fork 1.6k
FIRDynamicLink: preserve all parameters passed to initializer #2478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…ers passed to initializer
} | ||
|
||
- (void)setParametersDictionaryValue:(id)value forKey:(NSString *)key { | ||
NSMutableDictionary *parametersDictionary = [self.parametersDictionary mutableCopy]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
NSMutableDictionary <NSString *, id> *parametersDictionary
@maksymmalyhin When will this ticket be merged? Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing this!
@harrydema Just merged it. The fix should be available next release. |
Thanks for the swift patch @maksymmalyhin 👍 Fingers crossed till testing this on production ✊ 😃 |
Hi. Is the fixation merged and updated in latest sdk? I have installed firebase dynamic link through pod (version: 3.4.3). still didn't get UTM parameters for dynamic_link_first_open event in Conversion. |
@mustahsin This fix has been in the last two releases. You can confirm by checking to see that the source changes in this PR are in the sources in your |
This is a proposed fix for #2462
TODO: Tests