Skip to content

Commit

Permalink
Update macOS Privacy Pro exit survey (#114)
Browse files Browse the repository at this point in the history
Task: https://app.asana.com/0/1193060753475688/1208652701561219/f

This PR updates the macOS exit survey to use a single platform for each message, and to only show the exit survey to those users who are <= 10 days away from expiration.
  • Loading branch information
samsymons authored Oct 30, 2024
1 parent 029c7e2 commit 21eb791
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions live/macos-config/macos-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": 6,
"version": 7,
"messages": [
{
"id": "macos_privacy_pro_app_store_exit_survey_1",
Expand Down Expand Up @@ -114,11 +114,14 @@
"value": true
},
"pproPurchasePlatform": {
"value": ["apple", "stripe"]
"value": ["apple"]
},
"pproSubscriptionStatus": {
"value": ["expiring"]
},
"pproDaysUntilExpiryOrRenewal": {
"max": 10
},
"appVersion": {
"min": "1.101.0"
},
Expand All @@ -134,11 +137,14 @@
"value": true
},
"pproPurchasePlatform": {
"value": ["apple", "stripe"]
"value": ["stripe"]
},
"pproSubscriptionStatus": {
"value": ["expiring"]
},
"pproDaysUntilExpiryOrRenewal": {
"max": 10
},
"appVersion": {
"min": "1.101.0"
},
Expand Down

0 comments on commit 21eb791

Please sign in to comment.