Google Play: change the image/text used for share - android

When users tap 'share' on the Google Play App and use Facebook, a random image (from the ones I uploaded when I submitted the app) is used.
Could I change this image? Also, I want to know if I could change the text used for sharing via Whatsapp, Twitter, etc.
Thanks!

Related

How do I associate an Google Play Download App to a Website Google search for Android Apps?

So I have been trying to find wayx to associate My App to my website's google search, a couple of post are suggesting using App Indexing from the Google Play Store I tried that and nothing has happen so far...( Unless I have to create a deeplink in the App Mainfest?) And example of what I am trying to achieve is similar to the screenshot provided for such as Walgreens where they have a install button. And I want to achieve the same with my personal project. Are there any resources out there to achieve this feature?

How to launch the Google Play Store as a popup

I've seen ads that display app stores as a popup rather than as a full screen view.
For Samsung Galaxy Store, I recently learned that this can be achieved if the url contains a query parameter with "form=popup". Does anyone know of a similar thing for the Google Play Store, either as part of the Intent or the Url?
Example:

List the all android aps based on the developer

i want to show the all android apps based on the developer. For this requirement i have searched allot but i didn't get any solution. Any one had idea about this....
Explanation:
Suppose one company submitted some apps in google play store then these apps have to be list in my activity. If this company submits any apps in future also those have to be list in my activity
Edit
When clicking on each app we have to redirect the user to play store for downloading the particular app
An open-source API for the Android Market
This is not an official API.
This library allow you to ask directly google's official android market servers for information, search for apps, ...
Requirement
No specific requirement, it use java.net.URL for communication with the google market server.
Current Progress/Features
You can browse market with any carrier or locale you want.
Search for apps using keywords or package name.
Retrieve an app info using an app ID.
Retrieve comments using an app ID.
Get PNG screenshots and icon.
Reference: https://code.google.com/archive/p/android-market-api/
For any help using this API please use the Google Group.
You can also find some useful answers in this question.
Getting Data from Android Play Store

How can default screenshot be defined for Google Play app/game?

how can one set which screenshot will be displayed when a link to a game/app in Google Play is shared?
Example: I want to share in Facebook a link to my new game:
https://play.google.com/store/apps/details?id=info.dragonslabs.battlesnake
What appears on the wall, is the screenshot for the alternative movement settings, which is good to gain basic understanding what are the supported movement options, but by far now that I want to show as first impression of the game.
Is there any way to specify which screenshot appears - either via the share link, or to specify in the Developer Console?
Thanks!

How do I make Google (search) to index the text in Android app

We all know that the Google spider comes by your website now and then to update their database so your website shows up in Google Search.
Is their a way to tell Google all the text I have in my app so it will show the Google Play Store page of my app when a users searches for keywords I use in my app?
I looked into the new Android feature of Google Indexing but those deep-links are something different.
I would like to index the content of my app so it can be found in Google Search before the user knows about and installed my app.
Background info: My app has a lot of (static) textual content in TextViews.
There is nothing like this that I am aware of.
Google indexes the text you put in the description of your app when you publish it on the Google Play Store.
Take a look at this:
https://developer.android.com/distribute/googleplay/developer-console.html
And here is concrete advise on app discoverability from Google themselves:
https://support.google.com/googleplay/android-developer/answer/4448378?hl=en

Categories

Resources