4

I am attempting to test smart banner deep linking on iOS 8. I used to be able to override the App Store build with a debug build. Now, when I am in mobile Safari, the smart banner says "View" (which takes me to the App Store), instead of "Open".

Has anyone found a good way to debug - (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation?

If not, is there a guide where I am able to determine the format of the url parameter? For example, if my url is http://website.com/idea/id123/, will that be the value of the url automatically, or do I need to put extra parameter's in the smart banner's metadata?

James Paolantonio
  • 2,194
  • 1
  • 15
  • 32
  • Have you found a solution? I'm having the same issue. I registered a urlScheme so I was parsing out @"urlScheme://". It worked with a JS redirect and typing into safari, but seems that Smart Banners aren't working with the code. No idea how to debug what the URL is being sent down from the smart banners – LyricalPanda Jun 18 '15 at 00:48
  • @LyricalPanda No, I decided to implement the new deep linking in iOS 9. – James Paolantonio Jun 18 '15 at 18:43
  • @JamesPaolantonio and did you manage to test deep linking with iOS 9 ? I have the exact same problem you have : not being able to test smart app banner deep link with my debug build. – CedricSoubrie Oct 07 '15 at 12:11
  • @CedricSoubrie no, not from a smart banner on iOS 9. – James Paolantonio Oct 08 '15 at 21:33

0 Answers0