-
Notifications
You must be signed in to change notification settings - Fork 525
paymentRequestWithCardForm on iOS with 9.0.0 throwing exception #746
Comments
same issue is happening with me |
As a workaround, provide a complete theme.
|
@nicholasmarais1158 After adding this error is not showing up, but IOS app crashes without any error. I am using latest xcode 12.5 |
@minhas-tech If you don't provide a |
Yes If I don't provide a theme, I got error as mentioned above. But when I provide the theme. IOS app crash when calling this function. And that crash didn't give any error. Just a silent crash. |
To not get any error at all is very peculiar. Please could you make sure you've done a fresh If the problem persists, please share some code and details of your setup. |
Great. So your issue is not strictly related to this issue. You should be able to run |
I am still getting the same error, Image nill |
Assuming you were able to update Stripe to v21.4, this suggests that this version does not fix your issue. I would consider raising a new issue for this (if there isn't one already). I imagine the image is dependent on the type of payment method you're testing with, so try to include as much info as possible when you raise the issue. |
Getting same issue package.json Podfile xCode 12.5 |
The issue for me was that |
Closing this ticket, so that new users don't think this project is still active. Stripe does not want you using this, and you will find pain if you do; Please migrate to the official @stripe/stripe-react-native package, for your user's safety, and your developer's sanity! See more: |
Before I have submitted the issue
[x] I have read an installation guide
[x] I know that for an iOS I need to install pods because I've read the installation guide
[x] I have read a linking guide and checked that everything is OK like in manual linking guide
[x] I know that before using
tipsi-stripe
I need to set options for my app as described in usage guideThe problem
Since update 9.0.0 ios can't call paymentRequestWithCardForm. Works with tipsi-stripe to 8.0.2, and pod 'Stripe', '19.0.1'
Environment
tipsi-stripe
version: 9.0.0tipsi-stripe
version where the issue was not reproduced (if applicable):Exception '*** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0]' was thrown while invoking paymentRequestWithCardForm on target StripeModule
Screenshots, GIFs (Must to have)
Code To Reproduce Issue (Good To Have)
Just default example code will create this issue
The text was updated successfully, but these errors were encountered: