skuPurchased
Check if a specific product SKU has been purchased.
public static func skuPurchased(_ skuId: StoreId) -> Boolfun isSKUIDPurchased(skuID: String): Booleanstatic Future<bool> skuPurchased(String skuID)// coming soon// coming soonParameters
skuIdThe id of a product SKU from the Control Center.
Returns
True if the the skuId has been purchased, false otherwise.
Last updated