I have a app on play store and i want to provide app update through the play store.
Also, on updation of the app i want to perform some task. So, how can i perform a task on updation of my app from the play store.
I thought of maintaining current version
and cross check it every time the app is fired, is there any other efficient way such as any intent fired on app updation that can be handled on the device
itself.