Skip to content

Commit

Permalink
Remove the iOS VPN survey. (#42)
Browse files Browse the repository at this point in the history
Task: https://app.asana.com/0/0/1206470564621802/f

This PR removes the VPN iOS survey added in #40.

To test, make sure that the modified file matches this one except with a higher version number
  • Loading branch information
samsymons authored Jan 29, 2024
1 parent e018d03 commit fdf6d2c
Showing 1 changed file with 4 additions and 42 deletions.
46 changes: 4 additions & 42 deletions live/ios-config/ios-config.json
Original file line number Diff line number Diff line change
@@ -1,43 +1,5 @@
{
"version": 16,
"messages": [
{
"id": "vpn_survey",
"content": {
"messageType": "big_single_action",
"titleText": "Network Protection Survey",
"descriptionText": "Please tell us your thoughts about DuckDuckGo's Network Protection beta.",
"placeholder": "VPNAnnounce",
"primaryActionText": "Take Survey",
"primaryAction": {
"type": "survey_url",
"value": "https://www.research.net/r/NetPiOSWaitlistBetaSurveyFinal2"
}
},
"matchingRules": [
1
]
}
],
"rules": [
{
"id": 1,
"attributes": {
"locale": {
"value": [
"en-US"
]
},
"isNetPWaitlistUser": {
"value": true
},
"daysSinceNetPEnabled": {
"min": 5
},
"appVersion": {
"min": "7.104.0.0"
}
}
}
]
}
"version": 17,
"messages": [],
"rules": []
}

0 comments on commit fdf6d2c

Please sign in to comment.