Submitting Iphone Electronic Simulator

I created an application in which a user can send some information to other users by e-mail. But how can I test this on a simulator? Is there any way to do this?

+7
iphone ios-simulator
source share
3 answers

Unable to send emails from the simulator. You need to test this on a real device (iPhone / iPod touch).

+19
source share

You cannot send letters through Simulator. Instead, you can install the application on the device and try from there.

The simulator simply displays the composer, but does not allow you to send letters. Sent successfully - this is only confirmation that your code is in order and there is no problem that completes it when sending.

+2
source share

Unable to send email using the simulator.

You need a real device to test it.

Notification of a sent message is simply to inform the user that the code is correct.

+1
source share

All Articles