Hello,
I have several methods I check for my game to determine if it is cracked (at least the basic cracking) and if it is display ads.
However I need access to the base Objective C in order to do this (
NSString *filePath = @"/Applications/Cydia.app";
if ([[NSFileManager defaultManager] fileExistsAtPath:filePath])
{
// do something useful
}
) however I need access to the package files which there doesn’t seem to be a function in Corona to do.
So my questions is, is there a way to add straight Objective C to a Corona App? [import]uid: 46343 topic_id: 9060 reply_id: 309060[/import]