-
Request a list of available products for purchase for the given app
Declaration
Swift
@discardableResult public func products(for app: String = "", completion: @escaping Zone5.ResultHandler<Products>) -> PendingRequest?Parameters
appReturn all products available for this app
completionFunction called with the
Productsresults matching the given criteria, or the error if one occurred. -
Verify payment by sending up the receipt
Declaration
Swift
@discardableResult public func verify(for app: String = "", with receipt: PaymentVerification, completion: @escaping Zone5.ResultHandler<PaymentVerification>) -> PendingRequest?Parameters
appapp that this purchase relates to
completionFunction called with the
Productsresults matching the given criteria, or the error if one occurred.
View on GitHub
PaymentsView Class Reference