Skip to content

Commit

Permalink
Merge branch 'main' into sam/ios-privacy-pro-cancellation-survey
Browse files Browse the repository at this point in the history
# By Cristian Monforte (1) and Sam Symons (1)
# Via GitHub
* main:
  iOS 14 deprecation warning (#74)
  PPro Android Onboarding promo: increase daysSinceInstalled filter (#75)

# Conflicts:
#	live/ios-config/ios-config.json
  • Loading branch information
samsymons committed Jun 27, 2024
2 parents 3383435 + f969ad7 commit 5e49a35
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 6 deletions.
14 changes: 9 additions & 5 deletions live/android-config/android-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 23,
"version": 24,
"messages": [
{
"id": "funnel_pro_androidrmf_onboarding_levelup",
Expand Down Expand Up @@ -107,7 +107,8 @@
"min": "5.200.1"
},
"daysSinceInstalled": {
"value": 3
"min": 2,
"max": 10
}
}
},
Expand Down Expand Up @@ -135,7 +136,8 @@
"min": "5.200.1"
},
"daysSinceInstalled": {
"value": 3
"min": 2,
"max": 10
}
}
},
Expand Down Expand Up @@ -163,7 +165,8 @@
"min": "5.200.1"
},
"daysSinceInstalled": {
"value": 3
"min": 2,
"max": 10
}
}
},
Expand Down Expand Up @@ -191,7 +194,8 @@
"min": "5.200.1"
},
"daysSinceInstalled": {
"value": 3
"min": 2,
"max": 10
}
}
},
Expand Down
30 changes: 29 additions & 1 deletion live/ios-config/ios-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 33,
"version": 34,
"messages": [
{
"id": "ios_privacy_pro_cancellation_survey_1",
Expand Down Expand Up @@ -40,6 +40,22 @@
"matchingRules": [
1
]
},
{
"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": [
3
]
}
],
"rules": [
Expand Down Expand Up @@ -79,6 +95,18 @@
"min": "7.124.0.1"
}
}
},
{
"id": 3,
"attributes": {
"osApi": {
"min": "14.0.0",
"max": "14.9.9"
},
"appVersion": {
"min": "7.106.0.4"
}
}
}
]
}

0 comments on commit 5e49a35

Please sign in to comment.