The Google Play Production Access Questionnaire: What They Ask and What Google Actually Wants to See

July 9, 2026 | 5 min read | No comments
The Google Play Production Access Questionnaire

This is a frustrating scenario that thousands of developers encounter, and you have pinpointed the exact culprit. The 14-day test is only the prerequisite for the real evaluation: the Production Access Questionnaire.

Google does not automatically grant production access simply because the timer hit zero. They use that 14-day window to collect the data you will eventually report in that 10-question form. If your questionnaire answers do not align with the actual usage data Google observed during the test, they will reject you with the vague message: “Your app requires more testing.”

Here is a breakdown of what that hidden questionnaire is probing, and how you must prepare during your 14-day window to pass it.

What Is the Production Access Questionnaire

The Core Problem: Alignment

Google isn’t just reading your answers; they are cross-referencing them against the telemetry data they collected while your 12 testers used the app.

  • Your Job: Document how the app was tested and what the testers did.
  • Google’s Job: Verify that this testing was substantive, diverse, and genuinely validated the app’s stability and core features.

Here are the key areas the some questions probe, and how to ensure you pass them.

Area 1: Tester Engagement (The Vitals)

Google tracks how often your testers open the app, how long they stay, and what features they interact with.

What the Questionnaire asks:

  • Did testers use the app daily during the 14-day period?
  • Which app features did they use the most?

How to prepare during the 14 days: You cannot fake this data. If your testers only opened the app once on Day 1 and never touched it again until Day 14 (when you prompted them to), Google knows.

  1. Mandate Daily Usage: Require your 12 testers (whether they are friends, colleagues, or paid services) to open the app and perform at least one core action every single day.
  2. Simulate Real Use: Ask testers to spend 5-10 minutes in the app each day. This builds a profile of authentic usage that Google is looking for.

Area 2: Feedback Loops (The “Quality” in Quality Assurance)

The purpose of the test is to improve the app. Google wants to know that feedback was not only provided but acted upon.

What the Questionnaire asks:

  • What specific bugs or issues did testers report?
  • How did you address the feedback? (Did you submit new app bundles/releases during the 14 days?)

How to prepare during the 14 days: Do not let the 14 days pass with zero activity in your “Closed Testing” track. You must show iteration.

  1. Use In-App Feedback (Or Forms): Whether you use a third-party tool (like Instabug or Shake) or just a Google Form, ensure testers have an easy way to report issues.
  2. Force-Push Updates: Even if your app is “perfect,” submit at least two new releases during the 14-day period.
    • Example: Version 1.0.1 (Day 3) fixes UI bugs. Version 1.0.2 (Day 9) optimizes battery usage based on tester feedback.
    • This proves to Google that your CI/CD pipeline is working and that you are responsive to the testing process.

Area 3: Incident Response (Handling Crashes)

Even the best apps have bugs. Google is less concerned with if your app crashed, and more concerned with how you handled it.

What the Questionnaire asks:

  • Did your app experience any ANRs (Application Not Responding) or crashes?
  • How did you resolve these crashes during the testing period?

How to prepare during the 14 days: You must monitor your Play Console’s Android Vitals and crash reports daily during the test.

  1. Monitor Vitals: If a crash occurs, investigate it immediately.
  2. Respond with a Fix: If a critical crash is reported, submit an updated release immediately. When you fill out the questionnaire, you can state: “Testers encountered a crash on Pixel devices on Day 5; we analyzed the stack trace, patched the null reference exception, and released Version 1.0.3 on Day 6, which resolved the issue for all testers.”

Area 4: Core Functionality Validation

The final goal of the test is to ensure the app actually does what you claim it does.

What the Questionnaire asks:

  • Did the testers use the main entry points and complete the primary user flows? (e.g., Did they sign up? Did they check out? Did they complete a level?)

How to prepare during the 14 days: Don’t leave this to chance. You must assign specific tasks to your testers.

  1. Create a “Testing Checklist”: Give your 12 testers a simple Google Doc or checklist of tasks to complete during the 14 days.
    • Day 2: Sign up for an account and complete the onboarding tutorial.
    • Day 5: Add an item to the cart and proceed to the payment screen (even if it’s a test payment).
    • Day 10: Try using the app while offline.
  2. Document Completion: Instruct testers to check off these items as they complete them. This provides you with the concrete evidence needed to answer these questions confidently.

Summary of Action Plan

If you are rejected and need to re-run your test (which is almost always required), follow this plan:

  1. Reset Expectations: Inform your 12 testers that the next 14 days are “active duty.”
  2. Require Daily Engagement: Everyone must open the app daily.
  3. Enforce Task Completion: Use a checklist to ensure all core features are exercised by everyone.
  4. Iterate Aggressively: Push at least two updates to the Closed Testing track during the 14 days, citing bug fixes or improvements.
  5. Document Everything: Keep a simple log of what was reported and how you fixed it.

When the timer ends and you are presented with the Production Access Questionnaire, answer with specific details that match the telemetry Google already collected. You should now have the evidence required to pass.

Leave a Comment

Save my name and email for next time.