-
Notifications
You must be signed in to change notification settings - Fork 4k
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
fix(dynamic_links): not working on app start (#100) #255
Conversation
eba22bd
to
6a3cbbe
Compare
Tested locally, can confirm this solves #100. |
@jherencia I can confirm your PR fix the problem on iOS when app is in "killed state" on iOS 13. Thanks! |
0815af3
to
6a3cbbe
Compare
@jherencia what is the status of this PR? |
I dont know why but I needed to add a delay of 700ms in order to get
|
Do not know, it is in Google's hands. I guess @bparrishMines could give us more info. |
I'm going to check this. |
I've tried and everything work OK without the delay, this is my demo app:
Can you check with this code? |
@jherencia yes, sorry! I was making a mistake on my code! Everything is working fine without the delay! Thanks! |
@jherencia is it possible your PR is not working on iOS when a user install the app from a dynamic link? I can't get anything from |
fighting with dynamicLinks too. how can i test this fix ? Still on latest dev branch. |
I understand. Thanks for your reply. Still if you can hint if anything I might be doing wrong? Also, I am using flutter firebase dynamic links plugin. Should I need to integrate your package in my app Or plugin will work properly. Thanks again. |
Hi! May this help you? #100 (comment) |
@bparrishMines Any thoughts? |
6a3cbbe
to
c94173c
Compare
@collinjackson I have to use this fork for too long now, can we at least get a review? |
c94173c
to
3b05296
Compare
I've syncronized again the fork and changed the tag so it is independent from the package version which is inconsistent.
|
How can we help to move this PR forwards. Been few months... Regards |
We're also really interested in getting this PR merged. |
We're also stuck on this. Another ping to maintainers @bparrishMines @collinjackson |
Any update on this?? |
This is pretty critical for many apps. Without this, there's no way to get the link that opened the app on iOS. Doesn't this bug partially defeat the whole purpose of this library? I'd love to see this merged soon too! |
I had to fork this library and implement the fixes myself. Which kinda sucks, as I will have to be paying attention to any breaking changes and re implement the fix. |
Yeah, at this point it is getting pretty ridiculous how inefficient this is being run. edit: its been 8 months by the way. |
Another month has passed, been using a fork for 9 months now, this is absurd... I understand that is open source so time and resources are limited, but this PR has the fix for 9 months now... Just merge already. |
@bparrishMines please merge it, not sure what’s holding back since all checks are passed. |
Why is this not merged? |
Hi all, I see movement here and in #100 asking why this is not merged. It's been a year since I created the PR and we do not know what are the plans of Google about this. I understand that the codebase has changed significantly in this time so the PR probably need some work. I can work on this if we have a clear path to get this merged. @bparrishMines @collinjackson can someone give us some light? |
@jherencia - FlutterFire maintainer here, and oddly enough the author of the RNFirebase v6 release 😆 Would love to have this merged to fix these issues - would you be able to update it, or if possible for better visibility send a new PR (and close this one) and tag me in it - I can then get it merged and shipped ASAP. |
3b05296
to
936bbed
Compare
936bbed
to
ed2cda4
Compare
ed2cda4
to
9052f6a
Compare
Hi @Salakar, Ok, I've created a new PR as you suggested: |
Description
People have posted some issues:
on iOS dynamic links behavior. All of this use cases worked before iOS 12 release so I assume Firebase update and iOS 12 have changed things.
I've based my work on the release of rn-firebase 6.0 that had the same problems and were fixed so this PR takes some ideas from them.
Related Issues
Checklist
Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes (
[x]
). This will ensure a smooth and quick review process.///
).flutter analyze
) does not report any problems on my PR.Breaking Change
Does your PR require plugin users to manually update their apps to accommodate your change?