|
|
|
|
@ -46,7 +46,7 @@ class Store: ObservableObject { |
|
|
|
|
do { |
|
|
|
|
let identifiers: [String] = [StorePlan.monthly.rawValue, StorePlan.yearly.rawValue] |
|
|
|
|
products = try await Product.products(for: identifiers) |
|
|
|
|
Logger.log("products = \(self.products.count)") |
|
|
|
|
// Logger.log("products = \(self.products.count)") |
|
|
|
|
self.delegate?.productsReceived() |
|
|
|
|
} catch { |
|
|
|
|
self.delegate?.errorDidOccur(error: error) |
|
|
|
|
|