Hi,
Currently we are using store kit api and we get the receipt which then backend validate from apple using /verifyReceipt.
Now we are planning to move to store kit v2 api. But in this case, we are getting signedPayload instead of receipt. Now this signedPayload cannot be used in the /verifyReceipt. So what is the other way to validate the signedToken from apple and get the data that we get from the /verifyReceipt response.
Thanks for the help!