I Develop some applicatons those are working well on my simulater how can i test them on my itouch
i am using xcode 3.1 for development and itouch have the framework version 2.0
You have to sign your app and install it on the iPod.
If your iPod is jailbroken, you can sign it using a self signed certificate and sftp (or whatever) your app to the device.
If it is not jailbroken, you have to enroll in the iPhone dev program, pay US$ 99.00 and get an Apple signed certificate. After that, you create a development provisioning profile for your device and then you can use Xcode to compile and install the app on the device.