ort11
ort11

Reputation: 3349

iPhone iOS Amazon Scheme / URI Not Working Anymore amzn:// version 4.3.1 Deep Linking

We were using scheme something like

amzn://content/item?id=<some valid id>

And was working fine, but now as of Amazon App 4.3.1, this is no longer working, the scheme is no longer provided.

So trying the scheme something like

com.amazon.mobile.shopping://content/item?id=<some valid id>

we get the message in the Amazon App

Amazon Mobile is currently unavailable for content.

Any hints on this?

Upvotes: 3

Views: 3960

Answers (2)

Faraz
Faraz

Reputation: 21

This url scheme opens the in-app product detail page directly com.amazon.mobile.shopping.web://www.amazon.com/gp/product/product-id

Upvotes: 2

Satoshi Deguchi
Satoshi Deguchi

Reputation: 310

Try this scheme on iOS device.

com.amazon.mobile.shopping://www.amazon.com/products/B00KWFCV32/

Upvotes: 5

Related Questions