question

audiobp avatar image
audiobp asked

No Developer Apps on Android Device

When trying to link to my apps on the store, the following link works on a my laptop browser, but does not redirect correctly on an Android device, and ends up displaying a no search results page. http://www.amazon.com/gp/mas/dl/android?p=com.audiobookpop.austen&showAll=1 The redirect on the device leads to: http://www.amazon.com/gp/aw/s/ref=3Dmas_dl?rh=3Di%3Amobile-apps%2Cn%3A2350149011&ie=3DUTF8&field-brandtextbin=3DAudiobook+Pop%21&field-brandtextbin=3DAudiobook+Pop%21 Which does not open anything. Any ideas how to link to my apps on a device browser?
fire tablet
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Sachin@Amazon avatar image
Sachin@Amazon answered
Hi Audiobp, I tested your link with the sample code and it redirected me to the correct appstore product page. Please find the sample code that I used for testing: Uri uri = Uri.parse(" http://www.amazon.com/gp/mas/dl/android?p=com.audiobookpop.austen&showAll=1"); Intent intent = new Intent(Intent.ACTION_VIEW, uri); startActivity(intent); You can also use Amazon deep links for this. Please find more information on Amazon deep links at: https://developer.amazon.com/sdk/in-app-purchasing/sample-code/deeplink.html
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

audiobp avatar image
audiobp answered
Your code and my old code seem to be working now. Its possible Amazon has fixed something? Thanks!
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Sachin@Amazon avatar image
Sachin@Amazon answered
Hi Audiobp, Its good to know that your issue is now resolved.
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.