Open vivek-gunasekaran opened 3 years ago
There is no email client in ios emulator. Please try it in real device
This was tested on an iPhone, the logs snippet is for the same.
@vivek-gunasekaran This library using MF Mail composer. So for using mail in iPhone device you have to configure mail app in your device then only it will work. Please check if mail app is configured or not as below https://support.apple.com/en-in/HT201320
I recently upgraded to RN 60.2 and react-native-mail 6.0.0 and encountered this issue. When the Mailer.mail({ }) API is triggered, it doesn't do anything on the iOS device. Android works as expected and iOS simulator fails with the expected error message. iOS version is 13.5
When I inspected the console logs, I see that the request to open the mail compose view is suspended immediately upon request.
Any idea what might be happening? I wanted to reach out to the community to see if someone else is encountering this issue or this is a user error on my end.