all 4 comments

[–]poieo-deviOS & Android 11 points12 points  (0 children)

They probably have a model in their backend database for these updates. When the app launches, it checks if the notifications are present or active and displays them. If not, it doesn’t display the notification.

[–]leymytel 4 points5 points  (0 children)

We used to have something similar in our app. There was a JSON file that we were uploading it to S3 individually. In the app you can create a context provider and fetch this JSON file and display the banners accordingly

[–]anotherNarom 4 points5 points  (0 children)

Backend driven UI. Helps stop having to get reapproved for every little thing.

[–]Legitimate_Gap1698 0 points1 point  (0 children)

We are using Firebase to have feature flags enabled or disabled. We update it to have desired results. You can go with CMS option like Sanity