Just looking to create a stub application that does nothing but direct the user to download the full version on Google Play once the application is launched.
I'm assuming the stub apk will obviously need the same package name, signed with the same certificate but have a lower version code. All while only pointing to the Google Play product page. Is that all that's needed?
Can you have the apk update upon launch from Google Play without directing the user to initiate clicking the update button?
Thanks!