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?