adyen-ios
adyen-ios copied to clipboard
Adyen iOS Drop-in and Components
**Describe the bug** The Adyen Drop in is not possible to dismiss after switching payment option to card payment if the the previously chosen method was opening another app. The...
Hello, The logs provided by the following method : `public func adyenPrint(_ items: Any..., separator: String = " ", terminator: String = "\n")` are difficult to retrieve when the application...
**Describe the challenge** Hi~ I'm using `CardComponent`, but our design is different from the current UI provided by `CardComponent`. Is there a way to make some modifications based on `CardComponent`?...
**Describe the bug** On iOS 15 with library 2.5.0 when customer pay using Apple Pay, closing animation event is caller sooner then payment event. **Expected behavior** On iOS 15 library...
One of my early implementations actually involved `InstantPaymentComponent`. I might have overengineered it. I don't particularly like making string comparisons, especially for 3rd-party frameworks. If only there were an easy...
**Describe the challenge** We would like to validate the billing address on the adyen SDK card component. We are using the full address mode. At the moment on the didSubmit...
I couldn't find in the docs/source code a way to set a `shippingContact` object for pre-filling the user address when making a purchase with Apple Pay through the Drop-In component....
**Describe the bug** I am getting an error trying to show challenge: ``` { "acsTransID": "b676f6e4-47ef-4359-a070-70f2f9a12953", "errorComponent": "C", "errorDescription": "Message element defined as required is missing from the message.", "messageVersion":...
**Is your feature request related to a problem? Please describe.** At the moment we don't see any option to capture address while using a stored card. If the user has...
Hello, We are trying to integrate Adyen into our apps and while on Android it was fairly easy the iOS is very problematic. Did you consider creating Xamarin bindings for...