adyen-ios icon indicating copy to clipboard operation
adyen-ios copied to clipboard

Adyen iOS Drop-in and Components

Results 92 adyen-ios issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** > Third-party software development kits (SDKs) can provide great functionality for apps; they can also have the potential to impact...

feature request
docs update needed

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Ignored or Blocked These are blocked by an existing closed PR and will...

**Describe the bug** I'm using Adyen dropin to add a regular card or Apple Pay card. I'm in progress of migrating from Cocoapods to SPM. The problem appears when I'm...

bug

**Describe the challenge** Hello, I'm trying to handle redirect flow using Component approach. I open RedirectComponent using: ``` func present(component: Adyen.PresentableComponent) { present(component.viewController, animated: true) } ``` So, is it...

# Open PR # Changes * trigger pr scan after formatting job

chore

**Describe the bug** As we are using Adyen alongside an internal binary framework, we need to compile it with library evolution enabled (`BUILD_LIBRARY_FOR_DISTRIBUTION=YES`), so that binary compatibility between our binary...

feature request
awaiting release

**Describe the challenge** Hi, I'm trying to implement redirect component. I'm getting CVC / CVV error when I enter card details in Adyen component. Also, as you can see card...

**Describe the bug** We are trying to build a host app that consumes a framework that will consume the Adyen package. Host App -> Framework A -> Adyen-ios (Adyen and...

feature request

It seems very unfriendly for OC project to integrate this Adyen SDK (swift), do you have any suggests?

**Describe the challenge** Recently Adyen had communicated to our client regarding payments using a Saved Card from the DropIn component were incorrect (as reported by MasterCard). Adyen team asked us...