How can I notify the user that the current app is been removed from the play store and there is a new app available in the store?
asked Jul 4, 2019 at 3:03 73 1 1 gold badge 2 2 silver badges 6 6 bronze badges What about sending a push notification Commented Jul 4, 2019 at 3:18@SahilManchanda, The existing app is not having a push notification facility and I don't have the keystore file of the existing one. Thanks for the reply.
Commented Jul 4, 2019 at 3:27You should push an update on your old app before removing it, (notify the users that the app has migrated/removed for some reason), then put a link to the new app in the play store. Then take down the old app from the play store to stop users from accessing the old app.
answered Jul 4, 2019 at 3:10 Wilson Sim Wilson Sim 521 1 1 gold badge 5 5 silver badges 15 15 bronze badges But I don't have the keystore file of the existing app. So how can I handle ? Commented Jul 4, 2019 at 3:24@AKHIL I dont think you can do anything with your existing app if you lost the keystore file, you can check it out here: stackoverflow.com/questions/36233440/…