Posts

Post not yet marked as solved
4 Replies
928 Views
Hi,Our team discovered that the "No Mail Accounts" alert is not showing on iPad Pro 12.9 inch 13.1.1. I checked the view hierarchy to verify alert was not behind another VC/View. The alert does display on the simulators (difference is the iOS is 13.0). Has anyone else experienced this? We dont want to have to check device type, ios version etc., to determine when to manually display the alert.guard MFMailComposeViewController.canSendMail() else { return }On the simulator we get the Alert, "No Mail Accounts". We DO NOT get the alert on iPad Pro 12.9 inch 13.1.1 device.Please let me know what I am missing?Thanks,KJSqubit
Posted
by kjsqubit.
Last updated
.