How can I open my app using openUrl
schema from app extension? I have killed my app from background and I want open my app using app extension. Is it possible?
I have the following block of code, but it is not working.
[self.extensionContext openURL:[NSURL URLWithString:strUrl] completionHandler:^(BOOL success) {
}];