In the app delegate, there is this method
- (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation {
I am wondering what the "annotation" is? Also, how would I use it/view it to see what it contains?
Thanks