Play Store Dependency Check

Reading the file...

Will This APK Work Without the Play Store?

Some apps refuse to open unless Google Play confirms your account owns them. Find out before you install.

Your file never leaves your device - nothing is uploaded

One Clear Answer

Yes or no, in seconds. No report to read through, no settings to pick.

100% Private

Your file never leaves your device. No data is collected or transmitted.

APK & XAPK Support

Reads standard APKs and unpacks XAPK bundles to find the main package.

How to Use This Tool

1

Select Your File

Click the upload area or drag and drop your APK or XAPK file onto it.

2

Wait a Moment

The manifest is read first. Only if that is inconclusive is the app code scanned.

3

Read the Answer

Yes, possibly or no - plus what to do about it on your device.

Understanding the Play Store Check

What This Tool Checks

Google offers app developers an automatic protection called PairIP, switched on when the app is built in the Play Console. Apps that use it contact the Play Store every time they start and ask whether the Google account on the device has acquired the app.

When that check fails you get a "Get this app from Play Store" message instead of the app. It is compiled into the app itself, so no mirror, download source or file swap can remove it.

This tool reports Google Play Required when it finds any of four PairIP markers: the PairIP application class, the licence check activity, the libpairipcore.so native library, or a PairIP reference inside the app's compiled code. The com.android.vending.CHECK_LICENSE permission on its own is reported separately, because older licensing code is written by the developer and often lets the app start anyway.

What to Do About Each Answer

AnswerWhat it meansWhat to do
YesPairIP is present. The app checks with Play on every launch.With Play: open the app's listing once, then relaunch. Without Play: the app cannot run on that device.
PossiblyOnly the licensing permission is present, no PairIP markers.Install and try it. If it refuses to open, load its Play listing once, then relaunch.
NoNothing asks Play for permission to run.Install normally. Individual features may still want Play Services.

Devices affected by a Yes include Huawei handsets, de-Googled ROMs, most Android TV boxes and stock Fire tablets - anything without Google Play Services installed. If you need a player or media app that runs on one of those, our Android APK downloads are all sideload-friendly, and the APK Checker reports the rest of what is inside a package.

Frequently Asked Questions

The app was built with Google's PairIP protection. It asks the Play Store on every launch whether your Google account owns the app, and refuses to start when the answer is no. Open the Play Store, load the app listing once so it registers against your account, then relaunch.

No. The check is compiled into the app itself, so no download source, mirror or file can remove it. Where the app is protected this way, Google Play must be present on the device.

Not if this tool reports Google Play Required. Devices without Google Play Services cannot pass the licence check, so the app installs and then refuses to open.

No. The file is read in your browser and never leaves your computer. There is no server side to this tool.

The manifest is read first and answers most files in under a second. Only when the manifest shows nothing does the tool scan the app code for PairIP, which adds a few seconds on a large game.

This tool answers one question: does the app need Google Play to launch. The APK Checker reports the whole file - permissions, SDK versions, signatures, size breakdown and the contents of the package.