I know how to link users directly to product detail page in Google Play Application from an Android Apps using code below,
market://details?id=package_name
My question is, is there any way that link users directly to product detail page in Google Play Application from an WEB by force?
I tried with code below, however, few of devices ask me which app [web browser, Google play application] do I want to use to complete action of LINK but most of them usually links me directly to Google Play WEB Page.
http://play.google.com/store/apps/details?id=pacakage_name
Any Solution?
Thank you
Related
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?
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
I have made a special URL to which, if browsed to, if it has Android in the user-agent, it redirects (302) to google play to download the app:
https://play.google.com/store/apps/details?id={app_name}
Thing is, it doesn't deeplink. it will open the google play in that app, but inside the browser.
How can that be achieved? I dont want to have a button on the page.
Thanks
Instead of https://, you can use market:// for Play store links. Google describes it here: http://developer.android.com/distribute/tools/promote/linking.html
The link would look like market://details?id=<package_name>.
I know it might sound weird! Is it possible to link the number of downloads of your app from your site to reflect on Google play store?
I don't think you can access directly from the site, but you can use the WhereDat app search API
Please some on guide me the way to give Google indexing to my android app but i don't have a website on my own. All i want is to show my app on searching in Google and on clicking that search item it should go to play store.
Here is the google developer doc for the same.
https://developers.google.com/app-indexing/?hl=en
Please someone could help me explain how it works.
Google indexes websites. If you have a unique app or other way for Google to recognize your app among many others, then submit your app to other app "markets" like Amazon or AppBrain.
You can also submit to websites that review apps or want to reference to talk about "new" or interesting apps.
You can also pay people to write or blog about your app, but that is a possible violation of the Google Play Store TOS (subject to interpretation of course).
App indexing allows developers to connect pages from your app web site with specific content within your Android app. This enables Android smartphone users who have your app installed to open it directly from relevant mobile search results on Google. If you don't have a website connected to your app I don't think you can index your app for Google Search Results.
Having said that you could try to add app indexing to your app only for Google Search App just to re-engage the user but I'm no sure if it is possible to do that or not.