plaid / plaid-link-ios

Plaid Link iOS SDK
https://plaid.com/docs/link/ios
MIT License
133 stars 88 forks source link

Getting an Exit event with unknown error when dismissing modal in verify identity step #33

Open ahmednour2021 opened 7 months ago

ahmednour2021 commented 7 months ago

Please do not include your API secret or public_key in any issue.

A detailed description of the steps to reproduce the issue

When going through the linking process and then verifying identity step when pressing cancel we got an exit call back without an error but if we hit the 'x' button we get an exit callback with an unknown error plz check screenshot for more info

What you expected to see?

receive exit callback without an error

What you saw instead?

ExitError(errorCode: LinkKit.ExitErrorCode.unknown(type: "", code: ""), errorMessage: "", displayMessage: Optional(""), errorJSON: nil)

Screenshots that show the state of the UI (if applicable) Screenshot 2024-01-18 at 4 52 56 PM

When submitting an issue for Link on the web or within a Webview, please include the following information:

Name Value
Link env
Browser
Operating system

When submitting an issue for Plaid Link iOS please include the following information:

Name Value
Link env production
LinkKit version 5.1.0
iOS version 17.2.1
iOS device 14 pro max

List of used 3rd party libraries (e.g. CocoaPods):

dtroupe-plaid commented 7 months ago

@ahmednour2021 Thanks for flagging. I have confirmed this is an issue. I'll report back once I have an update 🙏