nnsnodnb / django-ios-storekit

:moneybag: iOS In-App Purchase's receipt validation server plugin for Django

Home Page:https://pypi.org/project/django-ios-storekit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-ios-storekit

Tests Linter Coverage Status PyPI - Python Version PyPI PyPI - Format PyPI - Wheel

A Django plugin for iOS StoreKit server.

Supported python versions

3.6.x ~ 3.9.x

Supported django versions

2.x

Installation

$ pip install django-ios-storekit

Add storekit into INSTALLED_APPS in settings.py file.

INSTALLED_APPS += (
    'storekit',
)
$ python manage.py migrate

License

This software is licensed under the MIT License (See LICENSE).

About

:moneybag: iOS In-App Purchase's receipt validation server plugin for Django

https://pypi.org/project/django-ios-storekit

License:MIT License


Languages

Language:Python 98.4%Language:Makefile 1.6%