Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Smart banner is not working on iOS7

In iOS7 safari, clicking smart banner "open" button doesn't trigger UIApplication::openURL:(NSURL *)....

- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation 

This issue reproduced only in iOS7. I have a feeling that this is a bug in iOS7.

like image 325
RocketMan Avatar asked Sep 18 '13 21:09

RocketMan


1 Answers

Well-known bug in iOS 7.

http://openradar.appspot.com/15229369

http://openradar.appspot.com/14712951

https://devforums.apple.com/message/897373#897373

Get all your developer buddies to keep filing duplicate Radars until Apple deigns to address the issue is your only option here.

like image 77
Alex Curylo Avatar answered Nov 10 '22 12:11

Alex Curylo