Xcode – SwiftUI – How to get access to "WindowScene"
In watching the WWDC 21 videos reference StoreKit 2, there are a few functions that they reference wherein they let a value = WindowScene as follows: func manageSubscriptions() async { if let windowScene = self.view.window?.windowScene { do { try await…