# AppNotOwned

> Indicates that the end user does not own the application on the device.

## Definition

* **Type:** Field
* **Namespace:** [UnityEngine.Android](/engine/6000.6/script-reference/unityengine/android.md)
* **Assembly:** UnityEngine.AndroidJNIModule

```csharp
AppNotOwned = -13
```

### Remarks

The device considers the end user to own the application only if they acquired the application from the Google Play Store. Additional Resources: [AndroidAssetPacks.DownloadAssetPackAsync](/engine/6000.6/script-reference/unityengine/android/androidassetpacks/downloadassetpackasync.md), [AndroidAssetPacks.GetAssetPackStateAsync](/engine/6000.6/script-reference/unityengine/android/androidassetpacks/getassetpackstateasync.md).
