jonasbark / flutter_in_app_update

Flutter Plugin: Enables In App Updates on Android using the official Android APIs.
Other
323 stars 79 forks source link

PlatformException(TASK_FAILURE, AppUpdateService : Binder has died., null, null) #77

Closed mehul425 closed 8 months ago

mehul425 commented 2 years ago

Got this Crash in Production app.

Fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError: PlatformException(TASK_FAILURE, AppUpdateService : Binder has died., null, null). at StandardMethodCodec.decodeEnvelope(message_codecs.dart:607) at MethodChannel._invokeMethod(platform_channel.dart:177) at InAppUpdate.checkForUpdate(in_app_update.dart:46) at HomeController.onInit(home_controller.dart:31)

mehul425 commented 2 years ago

any update on this ??

rootd commented 2 years ago

I'm also experiencing this error.

rootd commented 2 years ago

Something seems to be broken at Google's site. https://issuetracker.google.com/issues/222530459

mehul425 commented 2 years ago

Getting too many Crashes so pls help Screenshot 2022-06-18 at 11 13 48 AM

rootd commented 2 years ago

As I wrote, this seems to be an issue at Googe's site. There's nothing the package maintainer can do about it.

Lazizbek97 commented 2 years ago

Does it work now? I'm facing same issue still

jonasbark commented 1 year ago

After implementing the fix suggested in https://github.com/jonasbark/flutter_in_app_update/issues/82#issuecomment-1296717382 I no longer see the issue in my app

tejaswinidev24 commented 1 year ago

Any Solution? I am also facing the same issue

fleoparra commented 1 year ago

In my case, I use in the yaml file (instead of the in_app_update line):

  in_app_update:
    git:
      url: https://github.com/fleoparra/flutter_in_app_update.git
      ref: master

And I do not have this issue. Can someone, with the problem, test this?

jonasbark commented 8 months ago

Appppppaarently it was fixed with the latest Play Core update: https://issuetracker.google.com/issues/222530459#comment16