latestversionplugin icon indicating copy to clipboard operation
latestversionplugin copied to clipboard

Added cache url param to avoid cached version requests

Open jeastburn opened this issue 5 years ago • 1 comments

Changes proposed in this pull request:

  • Added &cache=GUID parameter to GetLatestVersionNumber request. AppStore and Google Play cache these requests and this prevents getting an old version number when a new version is available in the store.

jeastburn avatar Oct 12 '18 17:10 jeastburn

We were inspired by this library and made a continuation for MAUI, maybe it will be useful to someone - https://github.com/oscoreio/Maui.AppStoreInfo This also includes your caching suggestions

HavenDV avatar Feb 19 '24 23:02 HavenDV