Skip to content

Commit 8c6640d

Browse files
committed
[Chore] #199 - 유니버셜링크가 아닌 앱스토어로 즉시 이동하도록 URL 변경
1 parent 38f0440 commit 8c6640d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Neki-iOS/APP/Sources/Application/AppCoordinator.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ struct AppCoordinator {
176176

177177
case .didTapUpdateAlert:
178178
return .run { _ in
179-
let appStoreURL = URL(string: "https://neki.suitestudy.com")!
179+
let appStoreURL = URL(string: "https://apps.apple.com/kr/app/neki/id6757490609")!
180180
await openURL(appStoreURL)
181181
}
182182

0 commit comments

Comments
 (0)