You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I moved my code to MacOS from Windows in order to build the iOS app. But the Android update stopped working. The Android update used to work fine when I built the app in a Windows environment. But on MacOS, I keep getting the "Update failed, ID sCRE0uL06D does not exist." error. On the other hand, the iOS app update works fine.
● OS: darwin Darwin Kernel Version 24.1.0: Thu Oct 10 21:06:57 PDT 2024; root:xnu-11215.41.3~3/RELEASE_ARM64_T6041
│
● Node: v23.5.0
│
● Installed Dependencies:
│
● @capgo/cli: 4.27.3
│
◇ Latest Dependencies:
│
● @capgo/cli: 4.27.5
│
▲ 🚨 Some dependencies are not up to date
nonetheless the package.json contains
"@capgo/capacitor-updater": "^6.7.6",
"@capgo/cli": "^4.27.5"
When I build the android app apk on MacOS, the update does not work. neither on the emulator nor on a device. The new bundled is downloaded normally, the when I call the Set method I get an error in the console "Update failed, ID sCRE0uL06D does not exist."
When I build iOS app, the problem does not appear. It works fine.
Expected Behavior
The app should download the new bundle and mount it without problems.
Code Reproduction
Other Technical Details
npm --version output: 10.9.2
node --version output: v23.5.0
pod --version output (iOS issues only):
Additional Context
The text was updated successfully, but these errors were encountered:
Bug Report
I moved my code to MacOS from Windows in order to build the iOS app. But the Android update stopped working. The Android update used to work fine when I built the app in a Windows environment. But on MacOS, I keep getting the "Update failed, ID sCRE0uL06D does not exist." error. On the other hand, the iOS app update works fine.
Capacitor Version
Plugin Version
context(s)
Platform(s)
Current Behavior
When I build the android app apk on MacOS, the update does not work. neither on the emulator nor on a device. The new bundled is downloaded normally, the when I call the Set method I get an error in the console "Update failed, ID sCRE0uL06D does not exist."
When I build iOS app, the problem does not appear. It works fine.
Expected Behavior
The app should download the new bundle and mount it without problems.
Code Reproduction
Other Technical Details
npm --version
output: 10.9.2node --version
output: v23.5.0pod --version
output (iOS issues only):Additional Context
The text was updated successfully, but these errors were encountered: