It was time: I received this email from Apple:
since yesterday, I’m a iPhone Developer.
The blog appleorchard describes some interesting details about the PwnageTool.
The PwnageTool is a software program that allows you to “open” your iPhone/iPod Touch and allows you to install third party applications.
Read the post here.
As a lot of people knows, there’s no garbage collector in iPhone. So you have to handle all the memory calls by yourself.
I discover a useful tool to help with memory debugging: TraceAlloc.
It’s a Library that helps you into catching memory leaks.
More details here.