MFMailComposeViewController throws an error only in iOS 9

后端 未结 5 1638
一生所求
一生所求 2020-12-15 18:33

I can\'t get MFMailComposeViewController to open without throwing a fatal error in iOS 9 Simulator.

The same code (Objective C) works flawlessly in iOS 8.x and lower

5条回答
  •  春和景丽
    2020-12-15 19:04

    As per Apple Developer Forum, more details are here.

    The simulator doesn't support mail. You should likely try testing mail functionality in a device.

提交回复
热议问题