How do I test Braintree + Apple Pay on a real device?
问题 I am developing an app using Apple Pay for a US Client from outside the US. I am using Braintree + Apple Pay. We support real credit cards to Passbook, but we can't verify them. I successfully generated a client token, self.braintree and tried BT's both ways of integration. BTPaymentProvider - Our abstraction on payment method creation. if(self.braintree && ![self.braintree isKindOfClass:[NSNull class]]) { self.provider = [braintree paymentProviderWithDelegate:self]; if ([self.provider