Posts

Post not yet marked as solved
1 Replies
1.4k Views
I have a fully working implementation of ApplePay. all works well on iOS10, 11 and 12.Since the first beta of iOS 13 and Xcode 11 and up until now (iOS13GM and Xcode 11GM) the ApplePay authorization modal doesn't show up.My `PKPaymentRequest` should be fine because it works on previous OS versions, and when I'm trying to present the `PKPaymentAuthorizationViewController` I get this in the console:```[General] Connection to remote alert view service failed```I looked at other questions and tried to turn ApplePay capabilities off and back on several times, hard cleans, restarts.I even created a new app with a new merchant ID and certificate, and still got the same results - worked on iOS 12 and **didn't** on iOS 13GM.What do you think? How can I debug it and figure out the problem?UPDATE:Everything works as expected using Xcode 11GM, running on iOS 12.2 simulator.same code on iOS 13GM simulator doesn't work.
Posted Last updated
.