Background location is one of the most sensitive permissions on Android, and apps that request it face heightened Google Play review, additional declarations, and a high bar for justification. If your app needs to access location while running in the background — for tracking, geofencing, or similar features — you must prepare carefully, because improper or unjustified background location use is a leading cause of rejection. On top of this, an app published from a new personal account must complete a closed test with at least 12 testers opted in for 14 continuous days before production access. This guide covers background location and Play Store review, and how to test it during your window.
The closed-testing process is the same as for any app, but background location demands both careful policy compliance and thorough testing across Android versions where the permission model has evolved. Using your window to validate both is essential for an app that depends on this scrutinized capability.
The requirement and background location
The closed-testing requirement is tied to your developer account type, so any app on a new personal account must complete a closed test with 12+ testers for 14 continuous days before production access, regardless of permissions. See the closed testing guide. For a background-location app, the harder challenge is often satisfying the review requirements, which you should prepare in parallel with testing.
Standard advice applies: recruit committed, device-diverse testers, keep your count above 12, and prepare your listing in parallel. Background location testing benefits from testers across Android versions, since the permission flow differs.
Background location policy requirements
Google requires that background location be used only when it delivers clear value to the user, that you request it only if features genuinely need it, and that you complete a declaration explaining your use. Apps requesting background location undergo additional review, and you may need to provide justification and demonstrate the feature. If a feature can work with foreground-only location, Google expects you to use that instead. Review Google's location permissions policy carefully before you build.
Use your window to confirm your background location use is genuinely justified and that your declaration accurately describes it. Many apps are rejected for requesting background location they do not really need, or for a mismatch between the declared use and the app's behavior. Getting this right — requesting the minimum necessary and declaring it honestly — is the single most important step for a background-location app. See the data safety form guide.
The layered permission flow
Android requires background location to be granted separately from foreground location, and on modern versions the user must first grant foreground access and then, in a distinct step, upgrade to background ("Allow all the time"), often through system settings. This layered flow is confusing for users and easy to implement incorrectly. You must request foreground location first, explain why background access is needed, and guide the user through the upgrade, handling every combination of granted and denied gracefully.
| Location permission state | What to test |
|---|---|
| Foreground only granted | App works; background features degrade cleanly |
| Background ("all the time") | Background features function correctly |
| All denied | App remains usable without location |
| Upgrade flow | Guiding user from foreground to background |
Test every state across Android versions; the flow differs and is a common source of bugs. See target API level requirements.
Testing background location behavior
Background location features must work reliably in the real world, which is harder than it sounds. Test that location updates continue correctly when the app is backgrounded, that geofencing or tracking triggers as expected, that battery consumption is reasonable, and that behavior is correct when the device restricts background activity. Manufacturer battery optimizations frequently interfere with background location, so an app that tracks reliably on your device may fail on another, making device-diverse testing essential.
Have your testers use the background-location features in genuine scenarios — moving around, backgrounding the app, leaving it overnight — and report failures, gaps in tracking, or excessive battery drain. Because background location is both scrutinized by Google and prone to device-specific failure, thorough real-world testing during your window is critical. It protects both your review outcome and the reliability of the feature users are trusting. See battery usage testing.
Battery and reliability
Continuous background location is one of the most battery-intensive things an app can do, and users are quick to uninstall an app that drains their battery. You must balance the frequency and accuracy of location updates against battery impact, using efficient APIs and reasonable update intervals. Test battery consumption during realistic use across devices, and confirm your app does not appear in the system's list of battery-hungry apps in a way that alarms users.
Reliability and efficiency are in tension for background location, and only real-device testing reveals the right balance. Manufacturer-specific battery management can also kill your background work, so test on brands known for aggressive optimization and confirm your tracking survives or recovers. Getting battery and reliability right across diverse hardware is what makes a background-location feature genuinely usable rather than a source of complaints, and your closed test is the time to prove it. See performance testing.
Setting up your closed-testing track
Once your signed release build is ready, create a closed-testing track in the Play Console and upload it, add testers by email or Google Group, and share the opt-in link each tester must use before installing. Correct configuration matters because the 14-day clock counts only opted-in testers, and a misconfigured track is a common reason developers realize late that their timer never started. Install from the listing on a real device and confirm the location permission flow works before inviting your full group. See how to create a closed testing track.
Give testers clear onboarding instructions and ask them to grant location at different levels and exercise background features while moving around. Every failed opt-in is a tester who does not count toward your 12, so smooth guidance maximizes active testers from day one and gives you the version- and device-diverse coverage background location needs.
Recruiting and managing the window
You need 12+ committed, device-diverse testers for 14 continuous days, ideally spanning Android versions and manufacturers for location coverage. Recruit a buffer above 12, keep testers engaged with clear tasks and quick responses, and direct them to exercise the layered permission flow and real-world background tracking. Monitor your active count in the Play Console and recruit replacements early if it slips.
If assembling a version- and device-diverse group is your bottleneck, a service that supplies verified real testers solves it quickly. You can submit your app to get started, and read where to find real testers and how to keep testers engaged.
Common reasons background-location apps get rejected
Background-location apps hit a recognizable set of rejection causes: requesting background location without genuine need, a declaration that does not match the app's behavior, failing to demonstrate the feature's value, and requesting the permission when foreground-only would suffice. Because this permission is so sensitive, review is thorough, and any weakness in your justification or declaration is likely to be flagged.
Use your window to audit against these pitfalls: confirm background location is truly necessary, that your declaration is accurate and compelling, and that you fall back to foreground-only where possible. Catching these before you request production access is what prevents the common background-location rejection and the delay it causes. See app not eligible for production access.
Making the 14-day window count
Because the requirement forces you to test anyway, use the window to validate both the sensitive permission flow and the real-world reliability of your background features. Brief testers to exercise the layered permission steps and to use tracking in genuine scenarios across their devices, and treat their reports as a chance to harden a feature that Google scrutinizes and users judge harshly on battery.
Enter production having confirmed your permission flow is smooth, your declaration is airtight, and your background tracking is reliable and efficient across manufacturers, and you avoid both rejection and battery-driven uninstalls. The 14 days are an investment in a capability that is difficult to get right. See the testing checklist.
Turning tester feedback into fixes
Give testers a frictionless way to report problems and ask specific questions: did the permission steps make sense, did background tracking work while the app was closed, did it drain your battery, did anything stop working after a while? Concrete questions produce the actionable reports that let you fix the permission and reliability issues most likely to hurt a background-location app.
Then close the loop: when you ship a build addressing reported issues, tell testers what changed and ask them to reconfirm on their device over a realistic period. This validates fixes across diverse manufacturers and keeps testers engaged. An app that enters production having already resolved its background-location problems launches with a feature that actually works in the field. See fixing crashes before production.
A realistic timeline and next steps
Plan backward from the 14-day minimum, adding margin for the background-location declaration and review. Budget a few days to finalize your build and recruit testers, the continuous 14-day window, then a potentially more involved production review, for roughly three to four weeks end to end. Front-load recruitment and your declaration so nothing blocks you when the window closes. When it completes, request production access with your listing prepared in parallel. See what happens after 14 days.
Use internal testing before your closed test
The Play Console's internal testing track is faster than the closed track and ideal for a first pass. For a background-location app, use it to shake out the layered permission flow and basic tracking with a small trusted group before your counted 14-day window begins. Catching a broken permission upgrade or a tracking failure privately, rather than during your closed test, protects your testers' goodwill and prevents losing days of your continuous window to a build with fundamental problems.
A practical rhythm is to validate each release candidate on the internal track, confirm the permission steps and background tracking on a couple of real devices, then promote it to the closed track where your counted testers live. This staging discipline keeps the closed track stable and your feedback focused on real-world reliability rather than obvious bugs. Treating internal testing as staging and closed testing as the requirement keeps your window productive. See internal vs closed testing.
After launch: monitoring background behavior
Your closed test is the start of quality assurance, not the end. After launch, keep watching Android vitals and reviews, which for background-location apps often center on battery drain and tracking that stops working. New device models and OS updates change background behavior constantly, so treat monitoring as ongoing and ship updates when a manufacturer's power management starts breaking your tracking. An app that stays reliable and battery-friendly across the evolving device landscape keeps its users; one that quietly stops tracking loses them. See post-launch monitoring.
Key takeaways
- The 12-tester, 14-day requirement applies regardless of permissions.
- Request background location only if truly needed and declare it accurately.
- Test the layered permission flow across Android versions.
- Validate real-world reliability and battery impact across manufacturers.
- Fall back to foreground-only wherever a feature allows.
Frequently asked questions
Does background location trigger extra review?
Yes. Apps requesting background location undergo additional review and must complete a declaration justifying the use.
When is background location justified?
Only when a feature genuinely needs location while backgrounded and it delivers clear user value. If foreground-only works, use that.
Why is the permission flow so complex?
Android requires foreground location first, then a separate upgrade to background access, often via settings. Test every state across versions.
Why does background tracking fail on some devices?
Manufacturer battery optimizations can kill background work. Test on aggressive brands and ensure tracking survives or recovers.
How do I avoid a background-location rejection?
Request it only if necessary, make your declaration accurate and compelling, and fall back to foreground-only where possible.