Skip to content
This repository was archived by the owner on Feb 10, 2023. It is now read-only.

Commit 30d3864

Browse files
fix(iOS): Changed delegate method
Switched to applicationOpenURLOptions from applicationOpenURLSourceApplicationAnnotation
1 parent 59c7a76 commit 30d3864

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

urlhandler.ios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export class UrlHandlerAppDelegate extends UIResponder implements UIApplicationD
88

99
public static ObjCProtocols = [UIApplicationDelegate];
1010

11-
applicationOpenURLSourceApplicationAnnotation(application: UIApplication, url: NSURL, sourceApplication: string, annotation: any): boolean {
11+
applicationOpenURLOptions(application: UIApplication, url: NSURL, options: any): boolean {
1212
getCallback()(extractAppURL(url.absoluteString));
1313
return true;
1414
}

0 commit comments

Comments
 (0)