-
Notifications
You must be signed in to change notification settings - Fork 64
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
DynamicLinks Conflict with Firebase #12
Comments
@gromilQaaaa Thanks for reporting this issue. We are aware of possible conflicts with other plugins, so we created a workaround for this built into the plugin. In Assets>AppsFlyer>Plugins>iOS there exists a class AppsFlyer+AppController.m This class is used for optional sizzling, to solve conflicts with other plugins. This should solve the conflicts with firebase dynamic links. (Also take note, when updated the plugin in unity these changes can be lost) Please let us know if it does not work or if you are facing any other issues. Thanks! |
This solution about adding [super] call seem to fix the problem I don't think that your idea about making everybody comment/uncomment some parts of your code is good. All the plugins are migrating to UPM soon and there is no ability to edit anything |
@gromilQaaaa makes sense. We will add the super call in the next release. Thanks! |
idk if this is still the same issue, but I got some errors on Android that may lead to crash sometimes: |
@gromilQaaaa The changes to support dynamic links were added in v5.3.1 |
Please check this topic:
firebase/quickstart-unity#626
Long story short:
Using both Appsflyer and Firebase dynamic links leads to both overwriting one ios method and not using it's super/base version. Dynamic links don't work.
The text was updated successfully, but these errors were encountered: