-
Notifications
You must be signed in to change notification settings - Fork 104
[iOS][Modal Prompt Coordination] Define cooldown interval value in json config #4017
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[iOS][Modal Prompt Coordination] Define cooldown interval value in json config #4017
Conversation
Generated file outputs:Time updated: Tue, 04 Nov 2025 09:32:42 GMT legacy27 files identical
2 files changed
--- v4/ios-config.json (and 1 other files)
+++ v4/ios-config.json
@@ -95266,8 +95266,11 @@
},
"iOSBrowserConfig": {
"exceptions": [],
"state": "enabled",
+ "settings": {
+ "promptCooldownInterval": 24
+ },
"features": {
"widgetReporting": {
"state": "disabled"
},
latest13 files identical
v5/ios-config.json--- v5/ios-config.json
+++ v5/ios-config.json
@@ -95266,8 +95266,11 @@
},
"iOSBrowserConfig": {
"exceptions": [],
"state": "enabled",
+ "settings": {
+ "promptCooldownInterval": 24
+ },
"features": {
"widgetReporting": {
"state": "disabled"
},
|
JSON approval analysis:Time updated: Tue, 04 Nov 2025 09:32:51 GMT legacy❌ Manual Review Required
latest❌ Manual Review Required
🎯 OVERALL APPROVAL STATUS❌ MANUAL REVIEW REQUIRED |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Just one suggestion, not blocking: What do you think of naming the setting so it’s clear that the interval is in hours? (e.g. promptCooldownIntervalHours)
Asana Task/Github Issue: https://app.asana.com/1/137249556945/project/72649045549333/task/1211817439010293
Description
Adds a remote settings to define the cooldown interval between prompts in iOS.
Screenshot with test value:
Feature change process:
Site breakage mitigation process:
Brief explanation