Apple’s documentation about the new iOS smart banners feature in mobile Safari talks about how to implement application:openURL:sourceApplication:annotation to allow your app to be opened from the banner, taking the user directly to a specific area of your app:
Promoting Apps with Smart App Banners
My question is, how does one test/debug this functionality? I.e. how can you trigger a call to application:openURL:sourceApplication:annotation passing in a test URL of your choice?
If you are using a custom url scheme like walmart://whatever/whatever you can type it into safari and it’ll hit
application:openURL:sourceApplication:annotation