I’m using the iOS SDK getOfferings API which provides the Offerings Data
how we can get the Entitlement ID from the Offering or Package ?
Purchases.shared.getOfferings { (offerings, error) in
if let packages = offerings?.current?.availablePackages {
// want to know the Entitlement ID from the Offering or Package
}
}