SudoPlz / sp-react-native-in-app-updates

An in-app updater for the native version of your react-native app.
MIT License
491 stars 66 forks source link

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

Closed tyhour closed 3 years ago

tyhour commented 3 years ago

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) Error: sp-react-native-in-app-updates checkNeedsUpdate error: Error: com.google.android.play.core.install.InstallException: 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)

SudoPlz commented 3 years ago

Not sure how to help with this one, but it's sounds like a google play error relative to your implementation and not related to the in-app-updates wrapper. Stack overflow sounds like a better place to post that.

schteff commented 3 years ago

Just FYI these errors are mostly (for us) originating from Googles internal app testing in their pre-launch report service. I have tried ignoring them so they don't end up in Sentry (our error reporting tool) but I haven't had any success yet.