jonasbark / flutter_in_app_update

Flutter Plugin: Enables In App Updates on Android using the official Android APIs.
Other
323 stars 79 forks source link

Install Error(-10): The app is not owned by any user on this device. #87

Closed mehrzut closed 1 year ago

mehrzut commented 1 year ago

The checkForUpdate() method throws an exception: PlatformException(TASK_FAILURE, Install Error(-10): The app is not owned by any user on this device. An app is "owned" if it has been acquired from Play. (https://developer.android.com/reference/com/google/android/play/core/install/model/InstallErrorCode#ERROR_APP_NOT_OWNED), null, null) I'm not sure why is this happening.

jonasbark commented 1 year ago

https://github.com/jonasbark/flutter_in_app_update#getting-error_api_not_available-error

mehrzut commented 1 year ago

I installed the app using Google Play and the error's gone, Thank you.