本文介绍了iPhone iOS亚马逊方案/ URI不再工作amzn://版本4.3.1深度链接的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我们使用的方案类似于
amzn://content/item?id=<some valid id>
并且工作正常,但现在从Amazon App 4.3.1开始,这已经不再有效了,该计划已不再提供。
And was working fine, but now as of Amazon App 4.3.1, this is no longer working, the scheme is no longer provided.
因此尝试该计划类似于
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.
有关此的任何提示吗?
推荐答案
在iOS设备上试用此方案。
Try this scheme on iOS device.
com.amazon.mobile.shopping://www.amazon.com/products/B00KWFCV32 /
com.amazon.mobile.shopping://www.amazon.com/products/B00KWFCV32/
这篇关于iPhone iOS亚马逊方案/ URI不再工作amzn://版本4.3.1深度链接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!