iOS アプリで Apple Pay とストライプを統合しようとしています。ストライプによって提供される ApplePayStub を使用して、DEBUG モードで Apple Pay を確認する
git の最新のストライプとApplePayStubコードを使用しています
iPhone 6シミュレーターで実行しようとしており、使用しているコードは次のとおりです。
paymentController = [[STPTestPaymentAuthorizationViewController alloc] initWithPaymentRequest:request];
((STPTestPaymentAuthorizationViewController*) paymentController).delegate = self;
取得エラー:
Error Domain=com.stripe.lib Code=50 "Your payment information is formatted improperly. Please make sure you're correctly using the latest version of our iOS library. For more information see https://stripe.com/docs/mobile/ios ." UserInfo=0xxxxxxxxxxx {com.stripe.lib:ErrorMessageKey=Your payment information is formatted improperly. Please make sure you're correctly using the latest version of our iOS library. For more information see https://stripe.com/docs/mobile/ios ., NSLocalizedDescription=Your payment information is formatted improperly. Please make sure you're correctly using the latest version of our iOS library. For more information see https://stripe.com/docs/mobile/ios .},
どんな助けでも大歓迎です。