diff --git a/live/ios-config/ios-config.json b/live/ios-config/ios-config.json index 770f300..ac38167 100644 --- a/live/ios-config/ios-config.json +++ b/live/ios-config/ios-config.json @@ -1,5 +1,36 @@ { - "version": 29, - "messages": [], - "rules": [] + "version": 30, + "messages": [ + { + "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": [ + 1 + ] + } + ], + "rules": [ + { + "id": 1, + "attributes": { + "daysSinceInstalled": { + "min": 5, + "max": 8 + }, + "appVersion": { + "min": "7.106.0.4" + } + } + } + ] } \ No newline at end of file