Closed
Bug 1992091
Opened 9 months ago
Closed 8 months ago
Use Play Store prompt fallback only after "Rate" button was clicked
Categories
(Firefox for Android :: Experimentation and Telemetry, defect)
Tracking
()
RESOLVED
FIXED
146 Branch
| Tracking | Status | |
|---|---|---|
| firefox146 | --- | fixed |
People
(Reporter: mkozinski, Assigned: mkozinski)
References
(Blocks 1 open bug)
Details
(Whiteboard: [fxdroid][group2])
Attachments
(1 file)
In bug 1986398 we added a fallback behaviour to open Play Store (in the app or on the web) if the in-app review prompt doesn't show when we request it. Unfortunately this applies to scenarios when telemetry is disabled or Nimbus flag is disabled and we skip the custom prompt and try to just show the Play Store prompt. In this case without any button click or any explicit user action at all the Play Store app/website will just launch "at random".
Let's update PlayStoreReviewPromptController to not use the fallback behaviour by default and enable it explicitly only in the case the "Rate" button is clicked and there is an expectation something happens as a result.
Updated•9 months ago
|
| Assignee | ||
Updated•9 months ago
|
Summary: Don't randomly open Play Store → Use Play Store prompt fallback only after "Rate" button was clicked
| Assignee | ||
Comment 1•9 months ago
|
||
Updated•9 months ago
|
Attachment #9519914 -
Attachment description: Bug 1992091 - Play Store prompt fallback only after "Rate" button was clicked → Bug 1992091 - Use Play Store prompt fallback only after "Rate" button was clicked
Pushed by mkozinski@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/db5b83a59660
https://hg.mozilla.org/integration/autoland/rev/1925a9e52b95
Use Play Store prompt fallback only after "Rate" button was clicked r=android-reviewers,twhite
Status: ASSIGNED → RESOLVED
Closed: 8 months ago
status-firefox146:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 146 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•