hi, i'm trying to launch an app through its today widget with no success
what am i doing wrong i click the button and nothing happens
Code:
- (IBAction)LaunchContainingApp:(id)sender {
NSURL *customURL = [NSURL URLWithString:@"appname://"];
[self.extensionContext openURL:customURL completionHandler:nil];
}
what am i doing wrong i click the button and nothing happens