Skip to content

Commit

Permalink
Take down iOS March 2024 survey. (#51)
Browse files Browse the repository at this point in the history
Task: https://app.asana.com/0/0/1206996123838000/f

Testing Steps:

Check that the version number has been bumped correctly
Update RemoteMessageRequest to include the sample URL attached in the comments below
Update shouldProcessConfig to always return true
Check that the manifest that is downloaded is read correctly, and no survey appears
  • Loading branch information
samsymons authored Apr 8, 2024
1 parent 978d153 commit c48f99f
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions live/ios-config/ios-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 21,
"version": 22,
"messages": [
{
"id": "ios_vpn_beta_ending",
Expand All @@ -17,23 +17,6 @@
"matchingRules": [
1
]
},
{
"id": "ddg_ios_survey_1",
"content": {
"messageType": "big_single_action",
"titleText": "Help us improve the app!",
"descriptionText": "Take our short anonymous survey and share your feedback.",
"placeholder": "RemoteMessageAnnouncement",
"primaryActionText": "Take Survey",
"primaryAction": {
"type": "survey_url",
"value": "https://selfserve.decipherinc.com/survey/selfserve/32ab/240200?list=2"
}
},
"matchingRules": [
2
]
}
],
"rules": [
Expand All @@ -55,18 +38,6 @@
"min": "7.106.0.4"
}
}
},
{
"id": 2,
"attributes": {
"daysSinceInstalled": {
"min": 5,
"max": 8
},
"appVersion": {
"min": "7.106.0.4"
}
}
}
]
}

0 comments on commit c48f99f

Please sign in to comment.