I have develop android app with webview which convert my website into android app. After launch there are some improvements in app. so I have done those improvements and again release with new version. Now i want my customers to update app forcefully. But app is develop fully in webview. So how can i do that?
Do I need to do code level changes in my website?
Do I need to create API to check app version and then ask for force update?
Is there any native code for this? if any let me know.