How to: Let users know there are new features available?
Hi guys,
I've developed an application for multiple clients and am using Laravel Forge and Continues Integration to quickly deploy new features to the application. Some changes need to go unnoticed. However, I'm about to make a big change by implementing a new feature and would like to notify my clients about this. I've thought of a few ways, by sending an email for example. But, emails often get ignored. So I thought it would be nice if the user was shown the new features the moment he/she logs in for the first time after the deployment. Does anybody have some experience with this? What's the best and user-experience-friendly way to do this? Thanks!
You could use the database driver and have on-site notifications (like Facebook) so when they log in, they can see an announcement of a new feature written by yourself.
In my company, https://theappsolutions.com , we practice screenshots or a short video introduction to announce new features and show how they can improve the user experience. The great way also is having an in-app messaging if your app contains this widget.