iOS indie developers writing every day about their stuff.

Tether Your iPhone Without Jailbreaking (Or Paying For It)

Brandon Trebitowski
brandontreb.com

With all of the buzz around the iTether App, I figured I’d offer a more permanent solution since Apple will surely yank this soon Last year, a developer published his code for an http SOCKS proxy called iProxy. This will give your iPhone the ability to create a SOCKS server in which your laptop can [...]

Voices That Matter Conference: Highlights

Brandon Trebitowski
brandontreb.com

This past weekend, I attended the voices that matter conference as a sponsor for a new product my team is working called MaaSive. We had an absolute blast at the conference and I learned quite a bit from all of the speakers. Here were a few of my favorite parts: Keynote by Graeme Devine For [...]

What’s Your Cruising Speed?

Brandon Trebitowski
brandontreb.com

Earlier this year, I launched an application called Smart Lockscreen Creator. It was a pretty simple app that allowed you to add dynamic data (such as weather) to your wallpaper and save it back out to your camera roll. The idea is to improve the functionality of the user’s lockscreen. It did very well on launch (and even made it to #1 in the Israel App Store). At the peak, I was selling about 600 copies per day. Well, the honeymoon period is over and sales have slowed down quite a bit, however they have completely stabilized around what I’m […]

What’s Your Cruising Speed?

Brandon Trebitowski
brandontreb.com

Earlier this year, I launched an application called Smart Lockscreen Creator. It was a pretty simple app that allowed you to add dynamic data (such as weather) to your wallpaper and save it back out to your camera roll. The idea is to improve the functionality of the user’s lockscreen. It did very well on [...]

Join Me At The Voices That Matter iOS Conference

Brandon Trebitowski
brandontreb.com

In November, I will be attending the Voices That Matter iOS Developers conference. It will be my third time attending, and I can’t recommend it enough. One major change from this year however is, I will be attending as a sponsor. A new company/project (currently in private alpha) will be participating as a sponsor at the conference. We intend to have a table set up with multiple computers and devices so you can check out our product first hand. Bleh, that sounds kind of spammy. But, we have been working on something incredibly killer and I can’t wait to share […]

Join Me At The Voices That Matter iOS Conference

Brandon Trebitowski
brandontreb.com

In November, I will be attending the Voices That Matter iOS Developers conference. It will be my third time attending, and I can’t recommend it enough. One major change from this year however is, I will be attending as a sponsor. A new company/project (currently in private alpha) will be participating as a sponsor at [...]

Beginning Jailbroken iOS Development – Your First Tweak

Brandon Trebitowski
brandontreb.com

This is the 3rd installment of my jailbroken iOS development series. If you haven’t already, make sure you read the following tutorials to get up to speed. Beginning Jailbroken iOS Development – Getting The Tools Beginning Jailbroken iOS Development – Building And Deployment Today I’m going to show you how to patch any internal Apple method that you want. In this demo, we are going to hook into the init method of Springboard and show a UIAlertView upon starting your phone up. It’s not the coolest of applications, but the design pattern and concepts used can be applied to patching […]

Beginning Jailbroken iOS Development – Your First Tweak

Brandon Trebitowski
brandontreb.com

This is the 3rd installment of my jailbroken iOS development series. If you haven’t already, make sure you read the following tutorials to get up to speed. Beginning Jailbroken iOS Development – Getting The Tools Beginning Jailbroken iOS Development – Building And Deployment Today I’m going to show you how to patch any internal Apple [...]

10 Great Pixel Art Tutorial And Free Resource Sites For Your Games

Brandon Trebitowski
brandontreb.com

I don’t usually create “list” posts, however I wanted to share a grouping of resources I have been collecting over the past few months. As you may have noticed, I’m a bit of a Pixel Art fanatic and wanted to share with you the tutorials that helped to get me started as well as some sites offering some high quality free pixel art. Keep in mind that some of these sites have similar content, however they all take a slightly different approach in teaching. I found it very helpful to read each of the tutorials and learn from different points […]

Cocos2D Tutorial – Dynamically Coloring Sprites

Brandon Trebitowski
brandontreb.com

Have you ever seen a game (such as Tiny Tower) that contains similar sprites that only vary by certain attributes (coloring, shading, accessories, etc…)? I would often wonder how long it would take the artists to create each permutation of these sprites. After discovering that you can call a method on a CCSprite called setColor, I realized how most of this customization is done in code. This tutorial will be a continuation of my last post about creating your own Bitizen in Photoshop. So, if you don’t already have a Bitizen character to work with, I suggest you follow that […]