We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7db856 commit 0310aa9Copy full SHA for 0310aa9
1 file changed
Sources/GameKitUI/iOS/Matchmaker/GKMatchmakerView+iOS.swift
@@ -98,7 +98,7 @@ public struct GKMatchmakerView: UIViewControllerRepresentable {
98
99
public func makeUIViewController(
100
context: UIViewControllerRepresentableContext<GKMatchmakerView>) -> MatchmakerViewController {
101
- if #available(iOS 14.0, *) {
+ if #available(iOS 14.0, tvOS 14.0, *) {
102
return self.makeMatchmakerViewControllerForiOS14AndHigher()
103
} else {
104
return self.makeMatchmakerViewController()
0 commit comments