Skip to content

UpdateFrom.AMAZON

Javier Santos edited this page Feb 16, 2018 · 6 revisions

Basic Usage

new AppUpdater(this)
       .setUpdateFrom(UpdateFrom.AMAZON)
       .start();

Notes

  • 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 use UpdateFrom.JSON or UpdateFrom.XML instead.
  • Update#getLatestVersionCode() will be null when using AppUpdaterUtils. You should use Update#getLatestVersion() instead.
Clone this wiki locally