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

大兔子大兔子 提交于 2019-12-09 01:38:03

问题


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?


回答1:


Try this scheme on iOS device.

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




回答2:


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



来源:https://stackoverflow.com/questions/27693062/iphone-ios-amazon-scheme-uri-not-working-anymore-amzn-version-4-3-1-deep-li

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!