2016-03-21 17 views

cevap

0

aşağıda kod çalışıyor:

PKContact *contact = [[PKContact alloc] init]; 
    contact.emailAddress = @""; 
    contact.phoneNumber = [CNPhoneNumber phoneNumberWithStringValue:@""]; 
    paymentRequest.billingContact = contact; 
    paymentRequest.requiredShippingAddressFields = (PKAddressFieldPhone | PKAddressFieldEmail);