Instance Method

products(_:)

Fetches the StoreProducts for your IAPs for given productIdentifiers.

Declaration

func products(_ productIdentifiers: [String]) async -> [StoreProduct]

Parameters

productIdentifiers

A set of product identifiers for in-app purchases setup via AppStoreConnect This should be either hard coded in your application, from a file, or from a custom endpoint if you want to be able to deploy new IAPs without an app update.

Discussion

Use this method if you aren’t using getOfferings(completion:). You should use getOfferings(completion:) though.

See Also

Displaying Products