I’m researching ways to communicate with my app’s users when I push updates. My hope is that some of you can share what you have found to be “best practices” regarding notifying users about updates.
How do you currently communicate with your users when something is updated in your app?
Do you have a public-facing changelog or do you keep it internal for only signed-in users?
Do you email your users with a summary about the update?
Is your changelog just a simple bulleted list or do you go all in on building a repeating group and a data type of “app updates” with colored tags for things like “bug fixes” and “new features”, etc?
Obviously the sky’s the limit with how this can be built and it’s very dependent on what kind of app you have, but I was curious what you do for your currently published app with live users.