-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Xendit WebView crash in iOS 11.1.2 #5
Comments
Hi @datamaru thanks for submitting the issue. Could you tell us step by step that you did when you encountered this issue? |
Hi @afik, from the WA chat, it seems that after entering the credit card information, the app crashed while waiting for the 3ds page. |
Hey @datamaru, did you encountered this error using our sample apps or using your own application? If you're using your own apps, have you passed |
I'm using Xendit.createToken in my own application. It's still works fine when we tested it on iOS 10.3 but crashed on 11.1 Here's the code :
|
Hi @datamaru, does |
Yes, it does refer to UIViewController. I never changed the code from before updating to iOS 11.1 and in iOS 10 it works fine. |
@datamaru we still cannot reproduce the issue from our side. We can run this code https://github.com/xendit/xendit-sdk-ios/blob/repro-issue/XenditExample/XenditExample/Controllers/CreateTokenViewController.swift using iOS 11.1 and Xendit Xendit 1.2.0 without any errors. Could you try to run this example apps and compare it to your own code? |
Error text :
Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<Xendit.WebViewController 0x143fccd70> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key containerView.'
I'm using Xendit 1.2.0 and iOS 11.1.2
The text was updated successfully, but these errors were encountered: