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
We would like to implement Upgrader on a flutter project for iOS / Android (/ Web), with our backend hosted on AWS. We sometimes implement breaking changes in the backend and would like to force update when an installed version is "too old" for our backend, without spamming users having compatible version with cards or alerts (because we deliver weekly on stores and do not want to be a burden to end users).
Our requirements are as follow:
we want to set a minimal compatible version somewhere - which may be lower than the current AppStores available version
we want to display the alert or card if and only if current version is below minimal version
alert / card should not be dismissible nor hold ignore nor later buttons
alert / card should not be shown if user is at / above minimal version
From reading the docs, it seems that this is not natively covered by Upgrader, as from what I understood the alert / card is always shown as long as the user is behind the current version.
What would be the correct way to implement our requirement? AppCast seems to be a good candidate but it is unclear how to use it to achieve the behaviour described above.
The text was updated successfully, but these errors were encountered:
Look at the latest version of this package with a latest customization options. I think it now meets your needs. If not, please open a new issue with your details.
Look at the latest version of this package with a latest customization options. I think it now meets your needs. If not, please open a new issue with your details.
Hi Larry,
Thanks for the heads up regarding the new customization options. We implemented a simple custom solution without a third party integration. It is unlikely that we will move away from it in a near future, but will of course let you know whether the new options work for us, should we implement upgrader.
Have a nice day!
We would like to implement Upgrader on a flutter project for iOS / Android (/ Web), with our backend hosted on AWS. We sometimes implement breaking changes in the backend and would like to force update when an installed version is "too old" for our backend, without spamming users having compatible version with cards or alerts (because we deliver weekly on stores and do not want to be a burden to end users).
Our requirements are as follow:
From reading the docs, it seems that this is not natively covered by Upgrader, as from what I understood the alert / card is always shown as long as the user is behind the current version.
What would be the correct way to implement our requirement? AppCast seems to be a good candidate but it is unclear how to use it to achieve the behaviour described above.
The text was updated successfully, but these errors were encountered: