使用nsurl来开启一个app,如下
NSString *customURL = @"schema+参数";
[[UIApplication sharedApplication]openURL:[NSURL URLWithString:customURL]];
开启后出现alert "appA wants to open appB"
然后不管按Cancel或Open都会不断地跳出这个alert.
但这个现象只出现在一支手机(iphone7), 另两只iphone7+, iphone5则正常运作.
是因为用了旧语法的关系吗?