How to extract values ββsuch as email, phone number. I received billing and delivery addresses. But I could not get email and phone numbers. Please offer me programmatically ... (using kABPersonEmailProperty, etc.)
Besides, in
(void) paymentAuthorizationViewController:(PKPaymentAuthorizationViewController*)controller didSelectShippingAddress:(ABRecordRef)address completion:(void (^)(PKPaymentAuthorizationStatus, NSArray *, NSArray *))completion { -------- // I am getting street property Nil. }
Everyone suggests switching from "didAuthorizePayment", but I need to dynamically generate delivery prices based on "Streets" (for example, POBox locations, etc.). Offer me a solution for this case.
City ZIP . , , .
. , , . , ABRecordRef, , ( , ).