'Xamarin app upgrade to lower version dependency
The app referred here is built using Xamarin Forms. I'd like to know if there is way to update/upgrade an existing app to use a lower version dependency. Example: If my release version app is 2.0 and it used a library X with version 2.5, will it be possible to have the next release version of app as 2.1 to use library X version 2.4, and force the existing installation to use X v2.4?
The problem definition is related to an issue, where a newer version of library was used and has a certain bug which is not existing on the lower version of the library. Hence we want to downgrade the library version with the next release.
Observation: The new version of app when upgrades, it is seen that it does not use the lower version (i.e. 2.4) of the library and instead uses the same 2.5 version, until the app is re-installed.
Is there a way to get this working without re-install of the app?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
