For the complete documentation index, see llms.txt. This page is also available as Markdown.

anySkuPurchased

Check if any of the passed in product SKU IDs have been purchased by the device.

NamiPurchaseManager.anySkuPurchased(_ skuIds: [StoreID]) -> Bool
// coming soon
// coming soon

// coming soon
// coming soon

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