in_googleplay_update 0.0.6
in_googleplay_update: ^0.0.6 copied to clipboard
In App update for google play apps for Android
Presented by
Maintained by ACHMAD MAULANA
in_googleplay_update #
Enables In App Updates on Android using the official Android APIs.
https://developer.android.com/guide/app-bundle/in-app-updates
Documentation #
The following methods are exposed:
Future<AppUpdateInfo> checkForUpdate(): Checks if there's an update availableFuture<void> performImmediateUpdate(): Performs an immediate update (full-screen)Future<void> startFlexibleUpdate(): Starts a flexible update (background download)Future<void> completeFlexibleUpdate(): Actually installs an available flexible update
Please have a look in the example app on how to use it!
Android #
This plugin integrates the official Android APIs to perform in app updated that were released in 2019: https://developer.android.com/guide/app-bundle/in-app-updates
Troubleshooting #
Getting ERROR_API_NOT_AVAILABLE error #
Be aware that this plugin cannot be tested locally. It must be installed via Google Play to work. Please check the official documentation about In App Updates from Google.