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?
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