Open Urolovshohjahon opened 4 months ago
did you fixed it ?, i got same error
did you fixed it ?, i got same error
no, can't fix, owners haven't responded yet
Are you using real device? or simulator?
Are you using real device? or simulator?
both
well, you should test on real device not on simulator.
well, you should test on real device not on simulator.
Real device returns same error, I toasted error. Device has Google Play service
well, you should test on real device not on simulator.
Real device returns same error, I toasted error. Device has Google Play service
also just to confirm you building release apk not dwbug right?
I came across this today, here is what i have done to make it working.
I came across this today, here is what i have done to make it working.
- Installed the package and react-native-device-info.
- Opened the app in the simulator and encountered the same error.
- Referred to the package documentation and found additional information.
- Built the app for release.
- Uploaded the AAB for internal sharing, installed, or updated the app.
- Made some changes and uploaded a new AAB.
- Checked on the Play Store that an update was available but did not hit update.
- Opened the app and updated it from within the app.
Well done, it worked after doing that guidline
Hi, everyone. I installed this package yesterday. But there is an error I couldn't fix. It works on iOS properly. But on Android throw below error while using checkNeedsUpdate method:
"react-native": "0.67.3", "sp-react-native-in-app-updates": "^1.4.0",
Device: Redmi Note 12
I found thrown place of error in package's native code:
Here is code when I used package:
Please help me to fix it and continue work. Thanks for in advance!