Skip to content

Commit

Permalink
Revert "desktop browser promo message for iOS and Android (#23)" (#25)
Browse files Browse the repository at this point in the history
This reverts commit dc43c43.

The iOS app is seeing a high rate of crashes right after the original PR was merged.
  • Loading branch information
samsymons authored Sep 25, 2023
1 parent dc43c43 commit 8cfc026
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 69 deletions.
40 changes: 4 additions & 36 deletions live/android-config/android-config.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,5 @@
{
"version": 5,
"messages": [
{
"id": "macos_promo_oct2023",
"content": {
"messageType": "promo_single_action",
"titleText": "Did you know our free browser is available on Windows & Mac?",
"descriptionText": "Visit <b>duckduckgo.com/browser</b> on your computer to download.",
"placeholder": "NewForMacAndWindows",
"actionText": "Send Link",
"action": {
"type": "share",
"value": "Visit https://duckduckgo.com/app",
"additionalParameters": {
"title": "Get DuckDuckGo Browser for Mac or Windows"
}
}
},
"matchingRules": [
1
]
}
],
"rules": [
{
"id": 1,
"attributes": {
"locale": {
"value": [
"en-US"
]
}
}
}
]
}
"version": 4,
"messages": [],
"rules": []
}
36 changes: 3 additions & 33 deletions live/ios-config/ios-config.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,5 @@
{
"version": 7,
"messages": [
{
"id": "macos_promo_may2023",
"content": {
"messageType": "promo_single_action",
"titleText": "Did you know our free browser is available on Windows & Mac?",
"descriptionText": "Visit <b>duckduckgo.com/browser</b> on your computer to download.",
"placeholder": "NewForMacAndWindows",
"actionText": "Send Link",
"action": {
"type": "share",
"value": "Visit https://duckduckgo.com/browser",
"additionalParameters": { "title": "Get DuckDuckGo Browser for Mac or Windows" }
}
},
"matchingRules": [
1
]
}
],
"rules": [
{
"id": 1,
"attributes": {
"locale": {
"value": [
"en-US"
]
}
}
}
]
"version": 6,
"messages": [],
"rules": []
}

0 comments on commit 8cfc026

Please sign in to comment.