Re: testing email code in the simulator (MFMailComposeViewControllerDelegate)

2009-12-31 Thread Matt Neuburg
On Wed, 30 Dec 2009 15:50:50 -0800, David Duncan said: >I would honestly recommend you get and provision a device if you plan to do significant development, as there are a number of other limitations in the simulator (the most relevant of which is the drastic performance differences between the de

Re: testing email code in the simulator (MFMailComposeViewControllerDelegate)

2009-12-30 Thread Eric E. Dolecki
Second that. I have two Touches just for testing things out. Next stop iPhone. The simulator is great for testing quick compile type things, but you can't beat a Touch to see things in action. On Wed, Dec 30, 2009 at 6:50 PM, David Duncan wrote: > On Dec 29, 2009, at 1:46 PM, Paul Archibald wrot

Re: testing email code in the simulator (MFMailComposeViewControllerDelegate)

2009-12-30 Thread David Duncan
On Dec 29, 2009, at 1:46 PM, Paul Archibald wrote: > Is there a way to test the emailing code in my app from within the simulator? > I don't have an iPhone. It looks like my code is working, but I would really > like to see whether the message is actually being constructed and sent > correctly.

testing email code in the simulator (MFMailComposeViewControllerDelegate)

2009-12-29 Thread Paul Archibald
Is there a way to test the emailing code in my app from within the simulator? I don't have an iPhone. It looks like my code is working, but I would really like to see whether the message is actually being constructed and sent correctly. I realize that on an iPhone it would be handed over to