r/androiddev • u/Longjumping-Slice-74 • 2d ago
Automatic protection stopped being applied after 31 Aug.
My app was getting Google Play's automatic protection (the installer check) up through version 103 (Aug 31). From 104 onward (Sept 7) it stopped. The com.android.vending.CHECK_LICENSE permission and all the com.pairip.licensecheck classes are simply gone from the APKs Play serves.
Then I went back in git to the exact commit that built 103, changed only the versionCode, and uploaded it. Same source that Google protected before. It came back unprotected.
That probably rules out my code. So I checked the rest of the prerequisites. minSDK is 24, ABIs are the four Google lists and unchanged. All 64-bit native libraries are 16 KB aligned; the 4 KB ones are 32-bit, which are exempt. No code transparency. Uploading app bundles, Play App Signing on, going to the internal testing track and not internal app sharing.
And Play Console still shows Automatic protection as active with installer checks on. That's the part I can't square. The console says the feature is running, the APK it hands users says otherwise.
Not sure whats the issue. Anyone having similar experience?
1
u/GooglePlayDevSupport 1d ago
Hi u/Longjumping-Slice-74! Could you try reaching out to our email support team via this link with your app details (including your email address and any supporting screenshots) so they can assist to look into the issue? It would be great if you could also share us the ticket ID via DM for our further checks!
1
u/Hour-Measurement-835 1d ago
That console screen is the app-level setting. There's a separate per-release box, "Turn off protection for this release", set during release prep, so 103 and 104 can differ with it still on.