I am trying to send a user from the today widget to my app. I saw it done using the wwdc demo "creating extensions for iOS part 1" with the clown app demo 22:40 in the video. However, I cannot figure out what to put in the url with string...
NSURL *url = [NSURL URLWithString:@"??????"];
[self.extensionContext openURL:url completionHandler:^(BOOL success) {
}];
[self.extensionContext completeRequestReturningItems:self.extensionContext.inputItems completionHandler:nil];