voucherify-ios-sdk
voucherify-ios-sdk copied to clipboard
Voucherify iOS SDK | Use cases: online coupons, prepaid vouchers, in-app promo codes
is passing of metadata only supported on validatePromotion? Please help
Drop API version support for other versions than 2018-08-01 and latest
Make sure that developer using this SDK is able to correctly retrieve custom error message coming from validation / redemption methods. Custom error message is a part of `error` property....
Consents namespace: - List Consents: GET /consents - [Docs](https://docs.voucherify.io/reference#get-consents) - List Consents (Client): GET /consents - [Docs](https://docs.voucherify.io/reference#get-consent-client-side) Customers namespace: - Update Customer's Consents: PUT /customers/{id}/consents - [Docs](https://docs.voucherify.io/reference#update-customers-consents) - Update Customer's...
Redemption: - Redeem Voucher (client), added `reward` property [Docs](https://docs.voucherify.io/reference#redeem-voucher-client-side) Events: - Track Event (client), added `loyalty` property [Docs](https://docs.voucherify.io/reference#track-custom-event-client-side)
Make sure that `Track Custom Event` method is supported: https://docs.voucherify.io/v2018-08-01/reference#track-custom-event-client-side - `customer` and `event` are required - `metadata` is optional - `referral` is optional