diff --git a/Multimer/Multimer/Application/SceneDelegate.swift b/Multimer/Multimer/Application/SceneDelegate.swift index f5f2432..bb0d814 100644 --- a/Multimer/Multimer/Application/SceneDelegate.swift +++ b/Multimer/Multimer/Application/SceneDelegate.swift @@ -6,6 +6,7 @@ // import UIKit +import StoreKit class SceneDelegate: UIResponder, UIWindowSceneDelegate { @@ -24,6 +25,8 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate { window?.rootViewController = rootNavigationController window?.makeKeyAndVisible() + + SKStoreReviewController.requestReviewInCurrentScene() } }