anySkuPurchased
Check if any of the passed in product SKU IDs have been purchased by the device.
NamiPurchaseManager.anySkuPurchased(_ skuIds: [StoreID]) -> Bool
Arguments
(required)
skuIds
: An array of product SKU IDs to check for purchase status
Returns Boolean true if any of the product SKUs in the list have been purchased, or false otherwise.
Last updated