We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f59d53b commit 38f0440Copy full SHA for 38f0440
1 file changed
Neki-iOS/APP/Sources/Application/AppCoordinator.swift
@@ -175,9 +175,8 @@ struct AppCoordinator {
175
return .send(.route(.mainTab(.archive(.root(.addPhotoFromShareExtension(appGroupID: appGroupID))))))
176
177
case .didTapUpdateAlert:
178
- // TODO: 앱스토어 URL 필요
179
return .run { _ in
180
- let appStoreURL = URL(string: "https://itunes.apple.com/kr/app/neki")!
+ let appStoreURL = URL(string: "https://neki.suitestudy.com")!
181
await openURL(appStoreURL)
182
}
183
0 commit comments