-
Notifications
You must be signed in to change notification settings - Fork 102
[iOS][Push Notification] Toggling feature off #3756
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
base: main
Are you sure you want to change the base?
Conversation
👋 Don't forget to add an individual reviewer (in addition to those auto-added), as this will create a task for them in Asana.
👉 Please mark this as DRAFT unless there's an intention to merge this immediately. |
Generated file outputs:Time updated: Mon, 13 Oct 2025 08:39:02 GMT legacy27 files identical
2 files changed
--- v4/ios-config.json (and 1 other files)
+++ v4/ios-config.json
@@ -82802,10 +82802,9 @@
"widgetReporting": {
"state": "disabled"
},
"inactivityNotification": {
- "state": "enabled",
- "minSupportedVersion": "7.187.0",
+ "state": "disabled",
"description": "Local inactivity provisional notifications delivered to Notification Center.",
"targets": [
{
"localeLanguage": "en",
latest13 files identical
v5/ios-config.json--- v5/ios-config.json
+++ v5/ios-config.json
@@ -82802,10 +82802,9 @@
"widgetReporting": {
"state": "disabled"
},
"inactivityNotification": {
- "state": "enabled",
- "minSupportedVersion": "7.187.0",
+ "state": "disabled",
"description": "Local inactivity provisional notifications delivered to Notification Center.",
"targets": [
{
"localeLanguage": "en",
|
JSON approval analysis:Time updated: Mon, 13 Oct 2025 08:39:11 GMT legacy❌ Manual Review Required
latest❌ Manual Review Required
🎯 OVERALL APPROVAL STATUS❌ MANUAL REVIEW REQUIRED |
"daysInactive": "7" | ||
} | ||
}, | ||
"appShortcut": { |
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.
We ended up not using this remote override. Remove it together in this PR
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.
LGTM!
Asana Task/Github Issue: https://app.asana.com/1/137249556945/task/1211289533034357?focus=true
Description
Toggle provisional push notification feature off
Prepared now in case it needs to be toggled off in an emergency that I’m not around
Feature change process:
Note
Disables
iOSBrowserConfig.features.inactivityNotification
and removes theappShortcut
feature fromoverrides/ios-override.json
.overrides/ios-override.json
):iOSBrowserConfig
:features.inactivityNotification
(wasenabled
).features.appShortcut
entry.Written by Cursor Bugbot for commit 8082ecc. This will update automatically on new commits. Configure here.