-
Notifications
You must be signed in to change notification settings - Fork 995
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
How to use iOS stripe sdk v.15.0.1 with Xcode 11.4 #1531
Comments
Going to close this out as a dupe of #1525, feel free to continue the discussion in there. |
Can't update my cocopods to 15.0.2 None of your spec sources contain a spec satisfying the dependency: You have either:
|
ramont-stripe
added a commit
that referenced
this issue
Oct 24, 2022
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
iOS version
ios 13.3.1
Installation method
Cocoa Pods
SDK version
v 12.0.1
and
v 19.0.1
Hi all,
We have application in production, which uses Stripe SDK.
Main flow:
For add payment we use STPAddCardViewController class
When add card receive delegate method:
and send token.tokenId to BE
due the fact that starting from v 16.0.0 this method is deprecated , I want to use v.15.0.1 version all the time. I don't need 16+ versions.
But starting from Xcode v11.4 Stripe SDK doesn't compile.
I saw, that you fix it in v 19.0.1 , but in v19.0.1 my method is deprecated.
So could please advise me what can I do
didCreatePaymentMethod:(STPPaymentMethod *)paymentMethod
completion:(STPErrorBlock)completion;
Please show how.
Looking forward to hearing from you.
There was a ticket with similar issue: #1400
And you recommend to use v. < 16. But now it impossible
The text was updated successfully, but these errors were encountered: