Cydia Store Integration: Difference between revisions

From iPhone Development Wiki
(more explanation)
(adding link)
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. You might be interested in this if you're building [[tweak DRM]] that checks to see if a package is purchased.
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)

Revision as of 18:02, 18 September 2014

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:

  • pyCydia, Cydia API wrapper in Python