#nJoy
1 messages · Page 1 of 1 (latest)
Hello! Let me pull your other message into this thread...
That is STPApplePayContext
What version of Xcode were you on previously, and what version did you update to?
Currently 14.0. Was last 13 version. Not sure what the very last one was.
Xcode is not letting you upload to the store without upgrading. It's rejecting binaries.
Or the store is rejecting binaries.
21.4.0 is from over a year ago, I'm not surprised you're having issues trying to use it with the current version of Xcode. Can you try a more recent version?
Yes, but trying not to break all the code as it is just me working now and we are live with people buying. What is the safest version you'd suggest upgrading to?
Safest upgrade path I mean.
That depends on your app and your needs. I recommend reviewing the changelog starting at 21.4.0 and going up from there: https://github.com/stripe/stripe-ios/blob/master/CHANGELOG.md
Err, sorry, meant to link to that version specifically: https://github.com/stripe/stripe-ios/blob/master/CHANGELOG.md#2140-2021-04-08
Thank you. Any specific upgrade you think would solve that specific issue by any chance?
No, but if you find the specific line of code you can look at that file in GitHub and see what changed since version 21.4.0, which might lead you to a pull request with details.