Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions SimpleLogin/SimpleLogin/Modules/Main/MainView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,10 @@ struct MainView: View {
if let scene = UIApplication.shared
.connectedScenes
.first(where: { $0.activationState == .foregroundActive }) as? UIWindowScene {
switch UIDevice.current.userInterfaceIdiom {
case .phone, .pad:
if !ProcessInfo.processInfo.isiOSAppOnMac {
// Only ask for reviews when not in macOS because macOS doesn't respect
// the 3 time per year limit so users are prompted after every alias creations
SKStoreReviewController.requestReview(in: scene)
default:
break
}
}
}
Expand Down