itunes-iap icon indicating copy to clipboard operation
itunes-iap copied to clipboard

Apple iTunes In-app purchase verification tool

Results 5 itunes-iap issues
Sort by recently updated
recently updated
newest added

Hello, I didn't develop iOS app with in-app purchase for very long time. I maintained this project depends on patches for a few more years, but it seems not very...

Getting this dependency error, going to do a manual workaround for now but thought I would let you know Could not find a version that satisfies the requirement aiohttp>=3.0.1 (from...

Hello. We got this problem with itunes-iap 2.5 [2017-11-08 15:00:20,934] [ERROR] views.py:3308 - root: list index out of range Traceback (most recent call last): File "/home/django/atcontrol/releases/1510061996/mayak/api_v3/views.py", line 3243, in purchase_ios...

I'm experiencing a similar IndexError in one of my api views when using `itunesiap.env.sandbox` context manager: ```python # ... if sandbox: with itunesiap.env.sandbox: try: response = itunesiap.verify(raw_data, use_sandbox=True) return True,...

`response = await itunesiap.aioverify(receipt, env=itunesiap.env.review, password="xxx")` ``` ^ SyntaxError: 'await' outside function ``` How can I solve this error?