Verifying App Purchase with Apple Store Kit 2 and JWT in Python

Tiempo de lectura: < 1 minuto We will share a function that will allow us to verify the purchases we make on Apple with Apple Store Kit 2 and JWT using Python. First, we will create a function utils that will allow us to validate the jwsRepresentation of the Apple purchase. For that we will use these functions: import base64import requestsimport … Read more