我正在使用PKPaymentAuthorizationViewControllerDelegate
iOS 9 中的这种新委托方法进行 Apple Pay 集成:
paymentAuthorizationViewController:didSelectShippingContact:completion
这提供了一个PKContact
参数,该参数具有CNPostalAddress
对象形式的送货地址。
无论提供什么地址(即使是模拟器中的演示地址),这条街总是空的。
例如:
<CNPostalAddress: 0x7fbf9aed8bd0: street=, city=Hillsborough, state=CA, postalCode=94010, country=, countryCode=us, formattedAddress=(null)>
这是iOS错误吗?有没有其他人遇到过这个问题?