Skip to content

UpdateFrom.AMAZON

Javier Santos edited this page Sep 7, 2017 · 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.
  • Update#getLatestVersionCode() will be null when using AppUpdaterUtils. You should use Update#getLatestVersion() instead.
Clone this wiki locally