Releases: PaystackHQ/paystack-ios
Releases · PaystackHQ/paystack-ios
Removes fabric files
- Removes unnecessary fabric files to fix #37
Add address verification for international cards
- Presents
PSTCKAddressViewController
when theauth
response isavs
- Collects and submits billing information to authenticate international cards
- Updates Podspec to support swift and objc
Always report error as localized description
This change ensures that it's easier to see the actual error messages, no masking.
Change placeholder and title text for OTP entry dialog
In this release, we fix an issue where a request for phone has a dialog title "Enter OTP".
Allow adding an NSMutableDictionary or an NSMutableArray directly to metadata
In this release, we allows you add Objects directly to metadata. This is particularly useful i you are working with our custom_filters: https://developers.paystack.co/docs/custom-filters
Hotfix: Don't scale Pages on PSTCKAuthViewController
This release fixes an issue reported by @Ehiss where Zenith Bank's 3DSecure page is very tiny
Add completions that notify of dialog's lifetime
v3.0.3 [hotfix] notify caller of intention to show dialog
Improved Verve support
- Removed support for token flow
- Start transactions on your server and use access code with SDK to conclude transaction
- SDK is able to conclude card enrollment
- Added support for Bank Hosted (3D secure) authorization
- Stability improvements
Add Plan and Currency Support
- [HotFix] Include missing headers in Library
- fixes #6
Add Metadata support
- This release also fixes some issues with the charging process. Please update so chargeCard can work more reliably.