Android : Android Get indication if the user chooses to install an offered app

on Sunday, September 14, 2014


Suppose my app has a WebView that offers the user to install another app (Which is not necessarily my own) like so:


WebView HTML:



<!DOCTYPE html>
<html>
<head>
<title> Get this app </title>
</head>
<body>
<a href="https://play.google.com/store/apps/details?id=ori.memo.friend"> Install app! :) </a>
</body>
</html>


Is there a way my app could get an indication if the user has chosen to install this app from the market? I mean knowing for certain that the user has actually installed the app? I'm thinking to implement this with a hybrid web app but of course I am open to other suggestions if they are better for this use case.


0 comments:

Post a Comment