So I got the icon updated at app store without submitting the app again (Note: I have already submitted with the icon change, so what I was looking to is how this can be reflected to App store icon). Please see screenshots attached for getting someone who is needy.
Yes, you can change the name by changing android:label attribute of your application tag in AndroidManifest.xml. and also you can change the application icon, but i would recommend you to add the comment in "Whats New" regarding the new Application Icon when you upload the application.But, you can NOT change Package name once you uploaded app on play store.
The native app install prompt gives you the ability to let users quickly andseamlessly install your native app on their device directly from the app store,without leaving the browser, and without showing an annoying interstitial.
The prefer_related_applications property tells the browser to prompt theuser with your native app instead of the web app. If you leave this value unset,or false, the browser will prompt the user to install the web app instead.
related_applications is an array with a list of objects that tell thebrowser about your preferred native application. Each object must includea platform property and an id property. Where the platform is playand the id is your Play Store app ID.
The best way to notify the user your app can be installed is by adding a buttonor other element to your user interface. Don't show a full page interstitialor other elements that may be annoying or distracting.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
d3342ee215