hariszaman
hariszaman

Reputation: 8424

Android: Redirect to android app from play store when apk is installed

I followed the instructions here to redirect a user from android app to play store to install an apk now I want to redirect the user again to the app when the apk is successfully installed on the device. Is it possible?

Upvotes: 1

Views: 845

Answers (1)

Nick D.
Nick D.

Reputation: 47

I would say that, if it is possible, it would be achieved through a service, that runs in the background, that would detect the presence of the installed apk (the new app).

Upvotes: 1

Related Questions