[问题] NSURL开启APP后不断地跳出Alert?

楼主: sohumi (皮老板)   2017-05-19 13:09:58
使用nsurl来开启一个app,如下
NSString *customURL = @"schema+参数";
[[UIApplication sharedApplication]openURL:[NSURL URLWithString:customURL]];
开启后出现alert "appA wants to open appB"
然后不管按Cancel或Open都会不断地跳出这个alert.
但这个现象只出现在一支手机(iphone7), 另两只iphone7+, iphone5则正常运作.
是因为用了旧语法的关系吗?
作者: oyaji5566 (大叔56)   2017-05-19 15:36:00
检查LSApplicationQueriesSchemes

Links booklink

Contact Us: admin [ a t ] ucptt.com