Stripe ios what is the different between paymentContext and paymentMethodViewController
Stripe ios what is the different between paymentContext and paymentMethodViewController I am not working on an iOS app that uses stripe. I want to simply create a view controller that can collects user card information and saved to users customer id which I created when they register account for my app. But I want to know should I use paymentMethodViewController or STPPaymentContext to create the standard UI made by Stripe. On Stripe website, they have a demo iOS app called RocketRide, I downloaded the app and read through each line. This app only uses STPPaymentContext but it has all the UI including selectPaymentMethod and add the card. So can anyone tell me which one should I use and how to use them specifically, thank you! You can see RocketRide's UI at the top of this link paymentMethodViewController STPPaymentContext STPPaymentContext selectPaymentMethod 1 Answer 1 STPPaymentContext i...