Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'd like to submit my app to the Cydia Store. It's going to be a paid package. Since I've never done other than free/opensource development, can somebody please explain how to do integration of my app with Cydia? Specifically, I'm curious if I have to check if the installed app instance is legit (DRM checking) (and if so, how to do it), or how handle the payment and purchase (or, did I misunderstood, but is there any standard options in Cydia to automate the purchase?).

share|improve this question
Do explain the wrong downvote. – H2CO3 May 8 at 12:35

2 Answers

up vote 5 down vote accepted

There are numerous links tutorials available for that.

A nice one is

http://iphonepackers.info/How%20To%20Make%20Paid%20App%20Cydia.htm


Edit: broken link above ... Google cache version (currently) at

http://webcache.googleusercontent.com/search?q=cache:aU9Q-zFRHeoJ:iphonepackers.info/autosilent/How%2520To%2520Make%2520Paid%2520App%2520Cydia.htm+iphonepackers+how+to+make+paid+cydia+app&cd=1&hl=en&ct=clnk&gl=us


This might be also helpful

http://en.wikipedia.org/wiki/Cydia_%28application%29

share|improve this answer
Thanks a lot! The first one really helped! – H2CO3 Feb 19 '11 at 10:06
1  
The Google cache version doesn't seem to work anymore either, luckily there's archive.org: web.archive.org/web/20100324021236/http://iphonepackers.info/… – newenglander Oct 29 '12 at 15:38
That iPhonePackers page seems to be primarily about people selling an extra DRM system for packages (that is no longer available), not about the core Cydia Store system. – britta Oct 31 '12 at 21:36

For questions about the Cydia Store system, a reliable source of answers is simply "contact your favorite default repository manager" - they've helped lots of developers figure this out, and you'll need to talk to one of them anyway to get your Cydia Store package published.

For people who haven't published packages on default repositories in Cydia before, these are your options:

(If you aren't sure which to pick, find your favorite package author and ask for a recommendation.)

share|improve this answer
"find your favorite package author" that's nice, I'm my favorite author :P Well, we already follow each other with Optimo... And I don't think he wishes to answer newb questions like this one of mine :) Also, I managed to learn how DRM works over time, so basically the question is obsolete, but thank you anyway. – H2CO3 Oct 31 '12 at 21:54
1  
I'm hoping to help people who find this question via Google. :) I believe all of the repository managers are happy to answer even newbie questions about the Cydia Store. – britta Oct 31 '12 at 22:01
Nevertheless, +1, good answer anyway... – H2CO3 Oct 31 '12 at 22:05

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.