2016-03-21 12 views

Antwort

0

Der Code unten funktioniert:

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