Customize Your Content Cards
Customizing Content Cards and the feed they’ll sit in cannot be done during the campaign creation process - you must work with your engineers and developers to build and customize your cards. It’s easy and completely customizable this way!
Customize Content Cards for...
Change “Empty Feed” Language
You can change the language that appears automatically in empty Content Card feeds by redefining the localizable content card strings in your app’s localizable strings file:
1
2
3
4
5
"Appboy.content-cards.no-card.text" = "No Cards!!!!";
"Appboy.content-cards.done-button.title" = "Done";
"Appboy.content-cards.no-card.text" = "We have no updates.\nPlease check again later.";
"Appboy.content-cards.no-connection.title" = "Connection Error";
"Appboy.content-cards.no-connection.message" = "Cannot establish network connection.\nPlease try again later.";
note:
If you want to update it for different languages, find the corresponding language in the Resources folder structure with the same string Appboy.content-cards.no-card.text
.