upgrader icon indicating copy to clipboard operation
upgrader copied to clipboard

Its possible to use it without appstore or playstore?

Open geekz-reno opened this issue 2 years ago • 3 comments

Hi, its possible to use it without any store app or play store? i mean if i host my own ipa or apk to my private server?

geekz-reno avatar Dec 26 '22 03:12 geekz-reno

same question. also during development and don't yet have the store versions.

jaasaria avatar Dec 28 '22 08:12 jaasaria

You will need to configure the appcast for your app.

See https://github.com/larryaasen/upgrader#appcast-example https://github.com/larryaasen/upgrader#appcast-sample-file

ulisseshen avatar Feb 01 '23 14:02 ulisseshen

It's still not clear to me how to create XML for just apk file. Can you please share a sample?

pankaj-nikam avatar Oct 21 '23 12:10 pankaj-nikam

@geekz-reno There is a good example that shows how to use the UpgraderStoreController to configure how each platform utilizes a store. You can create a class similar to UpgraderAppcastStore and use it with UpgraderStoreController. https://github.com/larryaasen/upgrader/blob/master/example/lib/main_appcast.dart

larryaasen avatar Apr 07 '24 11:04 larryaasen

thank you @larryaasen , I will try it. I'll close for now.

geekz-reno avatar Apr 08 '24 21:04 geekz-reno