ApplePay's PKPaymentAuthorizationViewControllerDelegate method paymentAuthorizationViewController:didAuthorizePayment:handler:
is not being called when run on an Xcode 10.3 simulator.
This method is called as expected when built to a device with Xcode 10.3.
This method is called as expected in the Xcode 10.2.1 simulator.
The deprecated method paymentAuthorizationViewController:didAuthorizePayment:completion:
exhibits the same negative behavior.
Based on the fact that it works on device and in older versions of Xcode, I'm certain my implementation is correct unless I'm missing something that changed. Does anyone know how to fix this for the Xcode 10.3 simulator?
This has been fixed in Xcode 11.3.