skuPurchased

Check if a specific product SKU has been purchased.

public static func skuPurchased(_ skuId: StoreId) -> Bool

Parameters

  • skuId The id of a product SKU from the Control Center.

Returns True if the the skuId has been purchased, false otherwise.

Last updated