-
Notifications
You must be signed in to change notification settings - Fork 81
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
AppUpdateService: linkToDeath ? unable to update the app #53
Comments
Same issue here |
Same issue here @winetastingapp did you get the answer? |
still no answer... |
Any solution guys ?? Facing the same issue |
I still get the log output that there is a linkToDeath but somehow the Android InAppUpdate worked on my last Production and Dev Update. Dont know why or how. But its still a big issue imo because you never know if its going to work or if its going to do nothing at all |
same issue |
@feilfeilundfeil |
still facing this issue any solution? |
Same issue here Android Native |
1 similar comment
Same issue here Android Native |
+1 |
that's not a problem it will work fine when it will be released |
Hii |
I can confirm that once we upload the app to the play store, it works without problems. I had the same problem, it reached 100%, I installed but did not restart the app, but once uploaded to the store, it works as expected. |
did anyone find any fix for that? |
So I have 2 Apps on the playstore in the internal test track. One is dev envrionment and the other one is for production.
Last time I tested the inAppUpdate it worked after 5 or so restarts of the dev app. Even yesterday. After some time the update showed up, but only for the dev app... production app never received the update dialog and has nothing in the logcat.
Today I released a new update to test again and this is the log output for the dev app... production app still shows no sign that the checkUpdate would be performed.
This is how I check for the update. I check in the root.dart of my App in initState()
Is there something wrong with the way how I check for the update or is this a general problem that updates dont seem to show up ?
The text was updated successfully, but these errors were encountered: