I'm trying to open up the vine app when you tap a vine url from my app. Doing
NSURL *url = [NSURL URLWithString:@"vine://http://vine.co/v/biTaEEwdq2n?1"];
[[UIApplication sharedApplication] openURL:url];
Will indeed open up the app, but not navigate to the video. Any idea how this is done? Is it possible?
The URL Scheme for the vine profile page is vine://user/USERID
Ex: vine://user/126850376482649253