gpt4 book ai didi

ios - Apple Pay 中的 Braintree Drop 崩溃

转载 作者:行者123 更新时间:2023-11-28 23:40:12 24 4
gpt4 key购买 nike

呈现 PKPaymentAuthorizationViewController 总是导致指向我的 AppDelegate 的完全崩溃:线程 1:信号 SIGABRT

let vc = PKPaymentAuthorizationViewController(paymentRequest: paymentRequest) as PKPaymentAuthorizationViewController?

if vc != nil{

vc!.delegate = self

self.present(vc!, animated: true, completion: nil)

}else{
print("error")
}

libc++abi.dylib:以 NSException 类型的未捕获异常终止

顺便说一句:我正在检查 .canMakePayments() 是否首先可用。

异常信息是

Supported orientations has no common orientation with the application, and [PKPaymentAuthorizationViewController shouldAutorotate] is returning YES

最佳答案

PKPaymentAuthorizationViewController 以纵向显示,以便 FaceID 正常运行。

您遇到异常,因为您在项目的“设备方向”下只选择了横向选项。您需要将肖像添加到此列表。

enter image description here

如果需要,您可以将其余的 View Controller 限制为横向。

关于ios - Apple Pay 中的 Braintree Drop 崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53658240/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com