Top "Cydia" questions

Cydia is an iOS app for jailbroken iPhones, iPod Touches and iPads.

How to detect "IAP crackers"?

I found out that many users use so-called "IAP crackers" instead of purchasing the items in in-app purchase (IAP). I …

iphone objective-c cydia
How to make a directory iOS?

Okay, So I have a Cydia app that I need to update. I am aware with Cydia apps that they …

objective-c cydia
How to build an app for Cydia store?

I have built an app for Apple's App Store, now I want to submit the app to the Cydia store. …

iphone cydia
What does `uicache` command do on jailbreak iphone?

I use the command Whenever I install a jailbreak app and the app's icon doesn't show up. What are some …

ios jailbreak cydia
Is an iPhone app's document directory /var/mobile/Documents or /var/mobile/Library/AppName?

As far as I know (and read everywhere) an application's documents directory should be somewhere in /var/mobile/Library/ on …

iphone cocoa-touch jailbreak cydia
The identity used to sign the executable is no longer valid <= help me

**The identity used to sign the executable is no longer valid.** Please verify that your device’s clock is properly …

ios certificate cydia
How to class-dump AppStore app

I installed "Class Dump" from Cydia to get application header files. But there is a problem. I can use class-dump …

ios header-files jailbreak cydia tweak
Undeclared identifier "UIColor" in my tweak in Objective C

I am trying to make a tweak in Xcode with IOSOpenDev, but i met an error which is Use of …

objective-c xcode cydia tweak
Importing <AppKit/AppKit.h> does not work

I am making a cydia tweak on Xcode using IOSOpenDev and i tried to import <AppKit/AppKit.h> …

objective-c cydia tweak theos
Error compiling tweak in theos

I set a simple tweak using theos following the tutorial here. However when I run make with the headers from …

ios objective-c-2.0 cydia tweak