This topic created in 4761 days ago, the information mentioned may be changed or developed.
美丽说的内嵌淘宝网页里,有个按钮,点击之后,直接调到淘宝iOS客户端,显示对应的单品
我刚搜了下,以下 url scheme 可以实现上述功能:
[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"taobao://item.taobao.com/item.htm?id=17401365271"]];
我的问题,淘宝的这套 "taobao://" url scheme 协议,是否有针对”淘宝客“的支持?不然,作为第三方导购,跳了就白给淘宝涨流量了。。
向大伙求助
1 replies 1970-01-01 08:00:00 +08:00  | | 1 dazuiba Apr 14, 2013 后面加上淘宝客的referer paramters 试试? |