larryaasen / upgrader

A Flutter package for prompting users to upgrade when there is a newer version of the app in the store.
MIT License
567 stars 273 forks source link

Multiple Questions: Testing, Android, AppCast, TestFlight #273

Open glintpursuit opened 1 year ago

glintpursuit commented 1 year ago

I know you have provided comprehensive details about how to use Upgrader, somehow I am unable to figureout few questions

  1. Does below code is sufficient for basic alert on Android & iOS ?

body: UpgradeAlert( upgrader: Upgrader(),

In few articles, its recommended to use AppCast for Android

  1. Does basic implementation is able to handle Android Alpa & TestFlight ? Whether we will be able to test upgrader in test environment ?

  2. Do we need to write code under update function? Does update is handle by upgrade package or we need to write navigating to Store code?

glintpursuit commented 1 year ago
  1. I got answer for Appcast, it is automatically supported for iOS & Android
  2. Also got answer for update button, updater will take care of navigating to Play Store page.
ChristineWasike commented 1 year ago

Hello @glintpursuit, on the testflight portion. Did you get a response on how this is supported?

larryaasen commented 6 months ago

Do you have any remaining questions that can be answered? If so, please provide more details.