Skip to content

Commit

Permalink
#55 feat: SceneDelegate에서 requestReviewInCurrentScene 실행
Browse files Browse the repository at this point in the history
  • Loading branch information
sanghyeok-kim committed Aug 11, 2023
1 parent b9ca9e8 commit 4198b87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Multimer/Multimer/Application/SceneDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//

import UIKit
import StoreKit

class SceneDelegate: UIResponder, UIWindowSceneDelegate {

Expand All @@ -24,6 +25,8 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {

window?.rootViewController = rootNavigationController
window?.makeKeyAndVisible()

SKStoreReviewController.requestReviewInCurrentScene()
}
}

Expand Down

0 comments on commit 4198b87

Please sign in to comment.