I've been working on a game for a short while, using Tier 1.
I have my setups so that I can test in Windows 7, on my husbands Android tablet and on my iPod, using Xcode 4 on my Mac Mini.
First note - While the Windows simulator lets you use the arrow keys to simulate tilting your device, the Mac iPad and iPhone simulators do not.
Second note (more important) - As I develop this app, I'm adding more images and files (for configing things) as it grows. On Windows and the Android, these seamlessly get included in each new build. In Xcode, it is very important to manually add the new files to the 'Resources' folder in the project, using the 'Add Files to ..' option when you right click on 'Resources'. That is the lesson I learned today.
Third note - In the Mac simulators and on my iPod, any text items I display show up as black bars (when I set the text color to black) or white bars (when I use default white).
I am so enjoying the flexibility of AppGameKit!
Cheers,
Ancient Lady