2016-03-21 24 views

答えて

0

以下のコードは正常に動作します:

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