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) #96

Closed FoloosiApps closed 1 year ago

FoloosiApps commented 1 year ago

-10: 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)

How can i fix this case?

handika231 commented 1 year ago

@FoloosiApps your app from google play store ?

FoloosiApps commented 1 year ago

@handika231 My app is now google play store. But Inapp update is not working

jonasbark commented 1 year ago

there's nothing to fix here - it will only work when installed directly from the Play Store.