Using the following approach link I have created Stub app. What I want is to deliver Stub app to act as pre-installed application (link which leads to Google Play's full version of app). Since I have app on GooglePlay version 2.0.0 my idea was to create Stub app with lower version and deliver it to reseler, if somebody wants to use app he will run Stub app which will lead user to GooglePlay and from there user should see 2 options: "uninstall" and "update". Notice that update actually should install full version of app and overwrite the Stub app, this step should be transparent for the user. Problem is the following: insted of "uninstall" and "update" I got "uninstall" and "open" options in Google Play, so when I hit open in Google Play it runs Stub app then Stub app open GooglePlay and so on. I'm not able use full version of app until Stub app has been uninstalled.a
Does anyone tried something similar, or have some other approach how to achieve my idea?