Display an In-App Changelog for a new published version
In-App Changelog is a great way to engage your users. Learn here how to display the In-App Changelog with a new published version
In-App Changelog content
return when (build) {
"3" -> changelog3
"4" -> changelog4
etc
}FeatureItemData(
imageVector = Icons.Rounded.Collections,
iconTint = Color(0XFF161415),
iconBackgroundColor = Color(0xFFb4a13e),
title = SharedRes.strings.collection_feature,
text = SharedRes.strings.collection_feature_description
)Get In-App Changelog from server
Update the latest version seen
Last updated