Version: 2022.3
LanguageEnglish
  • C#

AndroidAssetPackError.AppUnavailable

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Indicates that this application is unavailable in the Google's Play Store.

The possible causes of this are:

  • The application is not published to the Google Play Store.
  • The version code of the application does not exist in the Google Play Store. For example, if only an older version of the application is in the Google Play Store.
  • The user doesn't own the application. For example, if they did not install it from the Google Play Store.
  • The user doesn't have access to the application in the Google Play Store. For example, if the application is on a track the user does not have access to.

Additional resources: AndroidAssetPacks.DownloadAssetPackAsync, AndroidAssetPacks.GetAssetPackStateAsync.