支付宝iOS SDK在获取用户数据?

aren372 发布于 2016年01月17日
tinyfool 等1人欣赏。

这是调用支付宝支付接口时报的日志,可以看到支付宝在尝试获取当前设备上有没有安装大众点评、美团、优酷、百度地图等app:

canOpenURL: failed for URL: "momochs://" - error: "This app is not allowed to query for scheme momochs"

2016-01-17 15:24:33.768 MyAPP[52363:335831] -canOpenURL: failed for URL: "tenpay://" - error: "This app is not allowed to query for scheme tenpay"

2016-01-17 15:24:33.769 MyAPP[52363:335831] -canOpenURL: failed for URL: "com.icbc.iphoneclient://" - error: "This app is not allowed to query for scheme com.icbc.iphoneclient"

2016-01-17 15:24:33.771 MyAPP[52363:335831] -canOpenURL: failed for URL: "wx2654d9155d70a468://" - error: "This app is not allowed to query for scheme wx2654d9155d70a468"

2016-01-17 15:24:33.772 MyAPP[52363:335831] -canOpenURL: failed for URL: "meituan0000://" - error: "This app is not allowed to query for scheme meituan0000"

2016-01-17 15:24:33.774 MyAPP[52363:335831] -canOpenURL: failed for URL: "sinaweibo://" - error: "This app is not allowed to query for scheme sinaweibo"

2016-01-17 15:24:33.777 MyAPP[52363:335831] -canOpenURL: failed for URL: "diditaxi://" - error: "This app is not allowed to query for scheme diditaxi"

2016-01-17 15:24:33.779 MyAPP[52363:335831] -canOpenURL: failed for URL: "cn.12306://" - error: "This app is not allowed to query for scheme cn.12306"

2016-01-17 15:24:33.781 MyAPP[52363:335831] -canOpenURL: failed for URL: "mtxx://" - error: "This app is not allowed to query for scheme mtxx"

2016-01-17 15:24:33.782 MyAPP[52363:335831] -canOpenURL: failed for URL: "youku://" - error: "This app is not allowed to query for scheme youku"

2016-01-17 15:24:33.786 MyAPP[52363:335831] -canOpenURL: failed for URL: "baidumap://" - error: "This app is not allowed to query for scheme baidumap"

2016-01-17 15:24:33.791 MyAPP[52363:335831] -canOpenURL: failed for URL: "iosamap://" - error: "This app is not allowed to query for scheme iosamap"

2016-01-17 15:24:33.831 MyAPP[52363:335831] -canOpenURL: failed for URL: "momochs://" - error: "This app is not allowed to query for scheme momochs"

2016-01-17 15:24:33.832 MyAPP[52363:335831] -canOpenURL: failed for URL: "tenpay://" - error: "This app is not allowed to query for scheme tenpay"

2016-01-17 15:24:33.832 MyAPP[52363:335831] -canOpenURL: failed for URL: "com.icbc.iphoneclient://" - error: "This app is not allowed to query for scheme com.icbc.iphoneclient"

2016-01-17 15:24:33.833 MyAPP[52363:335831] -canOpenURL: failed for URL: "wx2654d9155d70a468://" - error: "This app is not allowed to query for scheme wx2654d9155d70a468"

2016-01-17 15:24:33.834 MyAPP[52363:335831] -canOpenURL: failed for URL: "meituan0000://" - error: "This app is not allowed to query for scheme meituan0000"

2016-01-17 15:24:33.834 MyAPP[52363:335831] -canOpenURL: failed for URL: "sinaweibo://" - error: "This app is not allowed to query for scheme sinaweibo"

2016-01-17 15:24:33.835 MyAPP[52363:335831] -canOpenURL: failed for URL: "dianping://" - error: "This app is not allowed to query for scheme dianping"

2016-01-17 15:24:33.836 MyAPP[52363:335831] -canOpenURL: failed for URL: "diditaxi://" - error: "This app is not allowed to query for scheme diditaxi"

2016-01-17 15:24:33.856 MyAPP[52363:335831] -canOpenURL: failed for URL: "cn.12306://" - error: "This app is not allowed to query for scheme cn.12306"

2016-01-17 15:24:33.861 MyAPP[52363:335831] -canOpenURL: failed for URL: "mtxx://" - error: "This app is not allowed to query for scheme mtxx"

2016-01-17 15:24:33.862 MyAPP[52363:335831] -canOpenURL: failed for URL: "youku://" - error: "This app is not allowed to query for scheme youku"

2016-01-17 15:24:33.863 MyAPP[52363:335831] -canOpenURL: failed for URL: "baidumap://" - error: "This app is not allowed to query for scheme baidumap"

2016-01-17 15:24:33.864 MyAPP[52363:335831] -canOpenURL: failed for URL: "iosamap://" - error: "This app is not allowed to query for scheme iosamap"

共2条回复
tinyfool 回复于 2016年01月17日

这个比较烦人啊,你要是用了这个SDK,然后因为这个被拒,就完全无语了

marginleft 回复于 2016年01月17日

1楼 @tinyfool 所以我用OpenShare

登录 或者 注册
相关帖子