feat(notification): 알림함 진입 및 딥링크 라우팅을 추가한다
This commit is contained in:
@@ -84,6 +84,10 @@ struct SodaLiveApp: App {
|
||||
comps.path.lowercased() == "/result" {
|
||||
canPgPaymentViewModel.handleVerifyOpenURL(url)
|
||||
} else {
|
||||
if AppDeepLinkHandler.handle(url: url) {
|
||||
return
|
||||
}
|
||||
|
||||
_ = LoginManager.shared.application(UIApplication.shared, open: url, options: [:])
|
||||
ApplicationDelegate.shared.application(UIApplication.shared, open: url, options: [:])
|
||||
AppsFlyerLib.shared().handleOpen(url)
|
||||
|
||||
Reference in New Issue
Block a user