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
The resetOnUpdate configuration option does not seem to work. Regardless of the value of resetOnUpdate, the application is always reset to the default bundle during a native update.
Expected behavior
The application should not be reset to the default bundle if resetOnUpdate is set to false.
I've just tested it and i can reproduce your issue. However, it is not the plugin that performs this reset but it seems to be Capacitor itself. I will have to take a closer look at this. Feel free to look into it yourself and create a PR.
EDIT: I set a bounty of $50 to solve the issue. I am looking for a clean solution, not a workaround. The first step would be to identify the cause of this behavior. Let me know if anyone wants to work on this.
Plugin(s)
Version
6.3.0
Platform(s)
Current behavior
The
resetOnUpdate
configuration option does not seem to work. Regardless of the value ofresetOnUpdate
, the application is always reset to the default bundle during a native update.Expected behavior
The application should not be reset to the default bundle if
resetOnUpdate
is set tofalse
.Reproduction
Steps to reproduce
Other information
No response
Capacitor doctor
💊 Capacitor Doctor 💊
Latest Dependencies:
@capacitor/cli: 6.1.2
@capacitor/core: 6.1.2
@capacitor/android: 6.1.2
@capacitor/ios: 6.1.2
Installed Dependencies:
@capacitor/ios: not installed
@capacitor/cli: 6.1.2
@capacitor/core: 6.1.2
@capacitor/android: 6.1.2
Before submitting
The text was updated successfully, but these errors were encountered: