'Apple Passkit: use NFC to open an URL

I successfully created a pass with PassKit. But I want to add NFC capability to this pass to, when other smartphone (NFC reader) read the card, an URL will be opened to this smartphone.

I don't know if I need to do an NFC Certificate request for Apple Pay, because I don't want to use NFC for Apple Pay (https://developer.apple.com/contact/passkit/) ?

Can I achieve this without a certificate ?



Solution 1:[1]

No, you absolutely must have a certificate authorizing the use of NFC even if it is not a payment.

To obtain a certificate, contact Apple: http://developer.apple.com/contact/passkit.

But they rarely answer

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 xav-stargate