@@ -54,6 +54,8 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
print("\(purchase.transaction.transactionState.debugDescription): \(purchase.productId)")
case .failed, .purchasing, .deferred:
break // do nothing
+ @unknown default:
+ break // do nothing
}
@@ -47,6 +47,8 @@ class AppDelegate: NSObject, NSApplicationDelegate {