The system confirms the user is authorized to make payments on the device, before presenting products for sale.
var isAuthorizedForPayments: Bool {
return SKPaymentQueue.canMakePayments()
}
The system confirms the user is authorized to make payments on the device, before presenting products for sale.
var isAuthorizedForPayments: Bool {
return SKPaymentQueue.canMakePayments()
}