Last active
November 30, 2023 22:26
-
-
Save pookjw/60494437731879619d0cb43bce169562 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#import <UIKit/UIKit.h> | |
@interface _TtC4Toss11AppDelegate | |
- (BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDictionary<UIApplicationOpenURLOptionsKey, id> *)options; | |
@end | |
@interface _TtC9KakaoTalk17TalkSceneDelegate | |
- (void)scene:(UIScene *)scene openURLContexts:(NSSet<UIOpenURLContext *> *)URLContexts; | |
@end | |
@interface NaverSearchAppDelegate | |
- (BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDictionary<UIApplicationOpenURLOptionsKey, id> *)options; | |
@end | |
%hook _TtC4Toss11AppDelegate | |
- (BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDictionary<UIApplicationOpenURLOptionsKey, id> *)options { | |
NSLog(@"%@", url.absoluteString); | |
return %orig(app, url, options); | |
} | |
%end | |
%hook _TtC9KakaoTalk17TalkSceneDelegate | |
- (void)scene:(UIScene *)scene openURLContexts:(NSSet<UIOpenURLContext *> *)URLContexts { | |
NSLog(@"%@", URLContexts.allObjects.firstObject.URL.absoluteString); | |
%orig(scene, URLContexts); | |
} | |
%end | |
%hook NaverSearchAppDelegate | |
- (BOOL)application:(UIApplication *)app openURL:(NSURL *)url options:(NSDictionary<UIApplicationOpenURLOptionsKey, id> *)options { | |
NSLog(@"%@", url.absoluteString); | |
return %orig(app, url, options); | |
} | |
%end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
kakaotalk://qrcheckin?callingPkg=TalkWidgetExtension
supertoss://qr-checkin?referrer=widget
naversearchapp://opennadot?cardId=QRCheckIn&character=brown&nclick=nappwiq.qrcheckin&referer=widget&version=46