Skip to content

Commit 38f0440

Browse files
committed
[Chore] #199 - 앱스토어 링크 연결
1 parent f59d53b commit 38f0440

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,9 +175,8 @@ struct AppCoordinator {
175175
return .send(.route(.mainTab(.archive(.root(.addPhotoFromShareExtension(appGroupID: appGroupID))))))
176176

177177
case .didTapUpdateAlert:
178-
// TODO: 앱스토어 URL 필요
179178
return .run { _ in
180-
let appStoreURL = URL(string: "https://itunes.apple.com/kr/app/neki")!
179+
let appStoreURL = URL(string: "https://neki.suitestudy.com")!
181180
await openURL(appStoreURL)
182181
}
183182

0 commit comments

Comments
 (0)