19

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.

Chitra Khatri
  • 1,260
  • 2
  • 14
  • 31
RocketMan
  • 4,289
  • 2
  • 26
  • 19
  • 1
    Same happened to me, while iOS6 devices are working completely fine, iOS7 devices are just ignoring the `app-argument` parameter. – Furkan Mustafa Oct 11 '13 at 14:17
  • 1
    Have you filed a Radar? – jszumski Oct 15 '13 at 13:24
  • I filed Apple bug report #15238526. Never heard of Radar before. +1 for suggesting. – RocketMan Oct 16 '13 at 03:58
  • Official reply from Apple as follow "Engineering has determined that your bug report (15238526) is a duplicate of another issue (14712951) and will be closed. – RocketMan Nov 05 '13 at 21:10
  • 2
    A note to everyone experiencing this who hasn't filed a Radar yet -- DO IT YOURSELF even though Hussain got a duplicate, as you will. The number of duplicates of a Radar bug is directly and strongly correlated to how important addressing it becomes internally. – Alex Curylo Nov 17 '13 at 21:12

2 Answers2

10

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.

Alex Curylo
  • 4,744
  • 1
  • 27
  • 37
0

It's a bug that Apple has verified and are working on fixing on the next updated

OPJ
  • 123
  • 2
  • 13