Skip to content

Commit

Permalink
Remove the iOS 14 deprecation message (#94)
Browse files Browse the repository at this point in the history
Task: https://app.asana.com/0/1207619243206445/1207650295717899/f

This PR removes the iOS 14 deprecation message.
  • Loading branch information
samsymons authored Aug 7, 2024
1 parent 52d4a3c commit 9f64766
Showing 1 changed file with 1 addition and 29 deletions.
30 changes: 1 addition & 29 deletions live/ios-config/ios-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 41,
"version": 42,
"messages": [
{
"id": "ios_privacy_pro_exit_survey_1",
Expand Down Expand Up @@ -44,22 +44,6 @@
3
]
},
{
"id": "ios_14_deprecation_warning",
"content": {
"messageType": "big_single_action",
"titleText": "iOS Update Recommended",
"descriptionText": "Support for iOS 14 is ending soon. Update to iOS 15 or newer before July 8, 2024 to keep getting the latest browser updates and improvements.",
"primaryActionText": "How To Update iOS",
"primaryAction": {
"type": "url",
"value": "https://support.apple.com/guide/iphone/update-ios-iph3e504502/14.0/ios/14.0"
}
},
"matchingRules": [
4
]
},
{
"id": "funnel_pro_iosrmf_onboarding_levelup",
"content": {
Expand Down Expand Up @@ -127,18 +111,6 @@
}
}
},
{
"id": 4,
"attributes": {
"osApi": {
"min": "14.0.0",
"max": "14.9.9"
},
"appVersion": {
"min": "7.106.0.4"
}
}
},
{
"id": 5,
"attributes": {
Expand Down

0 comments on commit 9f64766

Please sign in to comment.