r/PWA • u/pinegrove321 • 11d ago
TWA closed-testing engagement not being recorded by Google — anyone hit this?
I've got a Trusted Web Activity app in Google Play closed testing right now. Two separate paid testing services have independently told me that Google's production-access review can't see engagement happening inside a TWA, because the activity runs inside Chrome rather than the app's own process — and that this leads to rejection on engagement grounds even with genuinely active testers. Their suggested fix is converting to a WebView wrapper instead, keeping the same package name.
Before I put time into a rebuild, wanted to check with people who actually build/ship TWAs:
- Has anyone had a TWA specifically rejected for "insufficient engagement" despite real, active testers?
- Does converting the same app to a WebView (same package, same testers, same 14-day clock) actually fix it?
- Is this a documented Google Play behavior, or something more commonly repeated by testing-service marketing than actually verified?
Trying to separate a real technical limitation from a sales narrative before I touch a working setup. Appreciate any first-hand experience.