Tethering

…you were one of the few who downloaded the application while it was up, and you can’t figure out how to work it, we’ve written a tutorial for Mac and…

Purchase History

[download_history] [purchase_history] [edd_profile_editor]…

Anti-Piracy

…month support Purchase Enterprise License $99 Limited Perpetual license 5 applications Distribute binary products only Commercial use 3 months support Purchase Commercial License $299 Unlimited Perpetual license Unlimited projects Distribute…

Slider Puzzle – iOS Game Tutorial #2

…break; case 1: NUM_HORIZONTAL_PIECES = 3; break; case 2: NUM_HORIZONTAL_PIECES = 4; break; case 3: NUM_HORIZONTAL_PIECES = 5; break; default: break; } switch ([prefs integerForKey:@”PuzzleLayoutY”]) { case 0: NUM_VERTICAL_PIECES =…

iOS Piracy Protection Code Tutorial #3

Welcome back everyone! This is the third tutorial of iOS Anti-Piracy code from all over the world. This tutorial will, unfortunately, not be showing you a ton of unique, ingenious,…

iOS System Services

…Information */ // Carrier Name + (NSString *)CarrierName; // Carrier Country + (NSString *)CarrierCountry; // Carrier Mobile Country Code + (NSString *)CarrierMobileCountryCode; // Carrier ISO Country Code + (NSString *)CarrierISOCountryCode;…