I’ve downloaded the Square Connect API examples from GitHub. (From this url: GitHub - square/connect-api-examples: Code samples demonstrating the functionality of the Square Connect API)
In playing with the csharp_payment sample app, I noticed that the button for Apple Pay is defined in the HTML, but is not actually rendering:
<div id="apple-pay-button" alt="apple-pay" type="button"></div>
Is there a fix?