pyinapp:应用内购买验证API包装器

时间:2021-05-17 09:06:57
【文件属性】:
文件名称:pyinapp:应用内购买验证API包装器
文件大小:7KB
文件格式:ZIP
更新时间:2021-05-17 09:06:57
Python pyinapp 应用内购买验证从未如此友好和便捷! 安装 pip install pyinapp 用法 目前,pyinapp支持Google Play和App Store收据验证。 Google Play: from pyinapp import GooglePlayValidator , InAppValidationError bundle_id = 'com.yourcompany.yourapp' api_key = 'API key from the developer console' validator = GooglePlayValidator ( bundle_id , api_key ) try : purchases = validator . validate ( 'receipt' , 'signature' ) process_purcha
【文件预览】:
pyinapp-master
----.travis.yml(136B)
----README.rst(3KB)
----tests()
--------test_purchase.py(1KB)
--------test_inapperror.py(2KB)
----tox.ini(85B)
----LICENSE(1KB)
----pyinapp()
--------appstore.py(2KB)
--------errors.py(224B)
--------purchase.py(1020B)
--------__init__.py(125B)
--------googleplay.py(1KB)
----setup.py(454B)
----.gitignore(713B)

网友评论