Skip to content

Instantly share code, notes, and snippets.

@rkotzy
Created April 25, 2019 02:28
Show Gist options
  • Save rkotzy/28b84d390455e2f026b39f8405b5988f to your computer and use it in GitHub Desktop.
Save rkotzy/28b84d390455e2f026b39f8405b5988f to your computer and use it in GitHub Desktop.
// 2: - Fetch the payment discount
//
Purchases.shared.paymentDiscount(for: productDiscount, product: product, completion: { (paymentDiscount, err) in
guard let discount = paymentDiscount else {
print("Payment discount doesn't exist. Check error.")
return
}
// ... continued
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment