Instance Method
offering(identifier:)
Retrieves a specific offering by its identifier, use this to access additional offerings configured in the RevenueCat dashboard, e.g.
offerings.offering(identifier: "offering_id")
or offerings[@"offering_id"]
. To access the current offering use current
.Framework
- Revenue
Cat
Declaration
@objc func offering(identifier: String?) -> Offering?