The Getting Started with Apple Pay documentation states that we should use this method to activate passes with In-App Verification.
The main param is the activationData,
which is generated by PNOs.
The issue is that to generate the activationData,
a nonce
is required.
How can we get the nonce
on the In-App Verification context?
The only way mentioned in the documentation to get the nonce is through PKAddPaymentPassViewControllerDelegate
.
But the PKAddPaymentPassViewController should be use only to In-App Provisioning, should not?