-
Notifications
You must be signed in to change notification settings - Fork 51
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
UnexpectedSdkError in IOS 18 Beta #807
Comments
hey @arjunAbcd this is due to a bug our SDK has on iOS 18. We are working on a hotfix release for this week specifically targeting this issue. |
@arjunAbcd: beta.21 was just released and addresses this issue. Can you give it a try and let us know if you are still running into it? |
We're seeing a similar error for iOS devices when calling CollectPayment. Our steps to reproduce:
We've reproduced this on: Any idea on how we could further debug / get access to the internal sdk error? |
|
Tested on IOS 18 Beta and IOS 15.0 , it working fine now with beta.21 |
Are you getting the mentioned error on other IOS version/device ? |
@Eonfuzz i think what you are reporting is a different issue than what @arjunAbcd is describing. Do you mind opening a new issue and include serial number for the device you are using so we can take a look? The SDK had a known bug with amounts over 99999 on iOS 18 which has been fixed with beta.21 release now as confirmed by @arjunAbcd so closing this issue. |
Thanks Nazli. it was a customer issue failing to describe the error correctly. v21 solved my issue too. |
Describe the bug
Getting error {"code": "UnexpectedSdkError", "message": "An unexpected SDK error occurred."} while making payment through mPOS machine and only if amount greater than $999.99 .Otherwise if amount less than $999.99, it works well. No issues on Android.
Found this issue only on IOS 18 Beta .
I have been using the beta version 0.0.1-beta.13 and tested by updating to beta 0.0.1-beta.20 (latest) , issue still exists.
To Reproduce
To reproduce - By making transaction through mPOS machine and the amount should be greater than $999.99
Stripe Terminal React Native SDK version
Smartphone :
The text was updated successfully, but these errors were encountered: