-
Notifications
You must be signed in to change notification settings - Fork 417
UpdateFrom.AMAZON
Javier Santos edited this page Feb 16, 2018
·
6 revisions
new AppUpdater(this)
.setUpdateFrom(UpdateFrom.AMAZON)
.start();
- Your app must be published on Amazon App Store with one production release at least.
- The latest update retrieved by the library will be the latest production one.
- Amazon doesn't support
versionCode
. You should useUpdateFrom.JSON
orUpdateFrom.XML
instead. -
Update#getLatestVersionCode()
will be null when usingAppUpdaterUtils
. You should useUpdate#getLatestVersion()
instead.