

Update, use the inAppUpdatePriority field under in the To determine priority, Google Play uses an integer value between 0 and 5, with 0īeing the default and 5 being the highest priority.

Instance contains the update availability status. Check AppUpdateInfo's UpdateAvailability, UpdatePriority,

Var appUpdateInfoResult = appUpdateInfoOperation.GetResult() Wait until the asynchronous operation completes. PlayAsyncOperation appUpdateInfoOperation = Use AppUpdateManager to check for an update in a Instantiate this class before you can use it to manage in-app updates: AppUpdateManager appUpdateManager = new AppUpdateManager() īefore you request an update, check if there is an update available for yourĪpp. The Play in-app update API is part of the Play CoreĬlass to handle communication between your app and the Play API. Play Core Software Development Kit Terms of Service.īy downloading and using the Google Play Unity Plugins, you agree to the PlayĬore Software Development Kit Terms of Service. Note: Downloading and use of the Google Play Unity Plugins is subject to the Set up your development environmentĭownload the latest release of Play In-App Update Unity Plugin from Google packages for Separate guides for cases where your implementation uses the Kotlin programming This guide describes how to support in-app
