Cydia Store Integration: Difference between revisions

From iPhone Development Wiki
(slightly more detail)
(Add cydia_go_api)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
When you have questions about Cydia Store integration, the right person to ask is your repository manager. If you aren't yet registered with a default repository, set that up and then ask your repository manager.
When you have questions about '''Cydia Store integration''', the right person to ask is your repository manager. If you aren't yet registered with a [[Getting Started#Publishing your package in a default repository|default repository]], set that up and then ask your repository manager.


But here are some links:
But here are some links. You might be interested in this, for example, if you're building [[tweak DRM]] that checks to see if a package is purchased.


* [http://test.saurik.com/cydia-packagers/API4%2520v10.pdf Cydia Store Application Programming Interface] (documentation)
* [http://test.saurik.com/cydia-packagers/API4%2520v10.pdf Cydia Store Application Programming Interface] (documentation)
Line 9: Line 9:


* [https://github.com/switchpwn/pyCydia pyCydia], Cydia API wrapper in Python
* [https://github.com/switchpwn/pyCydia pyCydia], Cydia API wrapper in Python
* [https://github.com/eswick/cydia_go_api cydia_go_api], Cydia API wrapper in Go

Latest revision as of 13:46, 20 October 2015

When you have questions about Cydia Store integration, the right person to ask is your repository manager. If you aren't yet registered with a default repository, set that up and then ask your repository manager.

But here are some links. You might be interested in this, for example, if you're building tweak DRM that checks to see if a package is purchased.

Unofficial links: