sp-react-native-in-app-updates icon indicating copy to clipboard operation
sp-react-native-in-app-updates copied to clipboard

sp-react-native-in-app-updates startUpdate error:

Open NishantZet opened this issue 10 months ago • 5 comments

sp-react-native-in-app-updates startUpdate error: Error: android.os.RemoteException: AppUpdateService : Binder has died. can someone tell me why is this happening and how I can resolve this ?

NishantZet avatar Aug 07 '23 09:08 NishantZet

I have the same error, can you fix it? can you find any solution?

Jmzp avatar Sep 07 '23 17:09 Jmzp

I also faced recently! any solution

sonic-sabers avatar Sep 08 '23 08:09 sonic-sabers

TypeError: Cannot read property 'IMMEDIATE' of undefined, js engine: hermes

ankitsharma29 avatar Sep 13 '23 10:09 ankitsharma29

To me this is what happens anytime I try to start my app (solution was to uninstall this as I didn't fully implement it)

One of RECEIVER_EXPORTED or
RECEIVER_NOT_EXPORTED should be specified
when a receiver isn't being registered exclusively
for system broadcasts
Remote stack trace:
at
com.android.server.am.ActivityManagerService.
registerReceiverWithFeature(ActivityManagerSe
rvice.java: 16580)
at
android.app.lActivityManager$Stub.onTransact
SregisterReceiverWithFeature$
(lActivityManager.java:11530)
at
android.app.lActivityManager$Stub.onTransact
(ActivityManager.java:2928)
at
com. android. Server. am. Activity ManagerService.
onTransact(ActivityManagerService.java:3195)
at
android.os.Binder.execTransactinternal(Binder.j
ava: 1375)

photo_2024-01-27 10 00 08

d8vjork avatar Jan 27 '24 09:01 d8vjork

@d8vjork I also ran into this error and managed to get around this problem by using patch-package to simply update the version of com.google.android.play:app-update to v2.1.0 as per this commit: https://github.com/SudoPlz/sp-react-native-in-app-updates/commit/869865bb29af106da808b614bac4e20a52744ea5

This will work until this package is released containing this update, and when it does then patch-package will warn you and you can simply delete the patch.

ChromeQ avatar Jan 28 '24 22:01 ChromeQ