GregT
GregT

Reputation: 1

Receiving mails on iphone simulator

i'm new to iOS iphone programming;

I'm interested in receiving files in attachment from the e-mails and save those files, that my application could use them. I do not know how to retrieve those emails;

I would be grateful for any ideas on approaches to this problem.

Upvotes: 0

Views: 1488

Answers (1)

Hemang
Hemang

Reputation: 27050

Sending / Receiving emails is depends on Message UI framework and Apple doc says, YOU JUST CAN'T! which isn't supported in Simulator.

See the doc here, Testing and Debugging in iOS Simulator

Upvotes: 2

Related Questions