Pay With Apple Type not found

In the docs, I see a button type with label "Pay With [apple logo]. https://developer.apple.com/design/human-interface-guidelines/apple-pay

Although I don't see this type as an option here: https://developer.apple.com/documentation/PassKit/PKPaymentButtonType

Wondering if I'm looking in the right place and if this button type is still available?

Answered by DTS Engineer in 893998022

Hi @Jess33,

You wrote:

[...] Wondering if I'm looking in the right place and if this button type is still available?

This PassKit type is now called .inStore:

PKPaymentButtonType.inStore

https://developer.apple.com/documentation/passkit/pkpaymentbuttontype/instore

For Apple Pay on the Web, it's still maps to "pay":

ApplePayButtonType

https://developer.apple.com/documentation/applepayontheweb/applepaybuttontype

Cheers,

Paris X Pinkney |  WWDR | DTS Engineer

Hi @Jess33,

You wrote:

[...] Wondering if I'm looking in the right place and if this button type is still available?

This PassKit type is now called .inStore:

PKPaymentButtonType.inStore

https://developer.apple.com/documentation/passkit/pkpaymentbuttontype/instore

For Apple Pay on the Web, it's still maps to "pay":

ApplePayButtonType

https://developer.apple.com/documentation/applepayontheweb/applepaybuttontype

Cheers,

Paris X Pinkney |  WWDR | DTS Engineer

Pay With Apple Type not found
 
 
Q