mfmailcomposer Questions
3
Solved
On the same viewcontroller, we can send an email or a text message to send an information to a friend.
The text message in app fully works. But for the email, the email app opens inside my app with...
Brander asked 15/5, 2016 at 14:32
5
Solved
This is sample code:
import UIKit
import MessageUI
class ViewController: UIViewController, MFMailComposeViewControllerDelegate {
@IBAction func showEmail(sender : AnyObject) {
var emailTitle =...
Tratner asked 19/6, 2014 at 15:58
1
Solved
I converted my app to swift 3.0 and have a problem with MailComposeController. When I call function:
`func mailComposeController(_ controller: MFMailComposeViewController, didFinishWith result: M...
Schaub asked 20/9, 2016 at 19:4
7
Solved
I create a CSV file and try to send it by e-mail. Displays a window to send mail, but is not filled with the body of the email, and no attached file. Application hangs with this screen:
button "...
Avarice asked 1/9, 2014 at 11:12
1
Solved
I have been pulling my hair out lately trying to create a .txt file into an email.
I have a variable which is a list of strings that I want to write to a txt file, and then add as an attachment t...
Folder asked 27/10, 2015 at 3:5
4
Solved
I just want to know how to open Mail Composer in Android.
With iOS, I would do something like this :
MFMailComposeViewController *controller = [[MFMailComposeViewController alloc] init];
[control...
Finedraw asked 11/7, 2012 at 8:37
9
Solved
The situation is the MFMailComposeViewController was going to be presented. I saw it was presented half-way done, but then it got dismissed.
This is the error:
_serviceViewControllerReady:error...
Exult asked 4/12, 2012 at 5:44
1
Solved
I have a very strange (& serious) problem.
My app uses a UIDocumentInteractionController to share a PDF document.
When the user selects the "Mail" option in the controller's pop-up the MailCom...
Flouncing asked 24/10, 2014 at 9:47
2
On iOS 6, after sending a few email messages (by using MFMailComposeViewController), the email screens become very slow to open- at first opening with none of the fields populated (no Subject, no b...
Mantel asked 8/11, 2012 at 21:52
3
Solved
I have a tricky problem. In one of my app, with over 150.000 downloads... I have a problem which seldom occurs and which I can't seem to figure out.
The problem is the following:
In a view where ...
Trioxide asked 1/3, 2013 at 13:54
4
I used the MessageUI framework to send the mail with attachment from my application.
But i got the following error,
2009-09-07 19:52:23.483 emailTest[11711:5b17]
Error loading /Developer/Platfor...
Mila asked 7/9, 2009 at 14:25
6
I've seen several questions before such as this but for the lack of an accepted answer as well as having implemented everything as needed I still continue to face the issue as follows:
I display th...
Erroneous asked 13/12, 2012 at 18:52
1
I registered my own custom CFBundleDocumentTypes filetype as described in this link: How do I register a custom filetype in iOS
Everything is working fine except when I send a mail via MFMailCompo...
Areta asked 22/6, 2011 at 13:45
2
Solved
I am sending some images in mail using MFMailComposer. I am converting the image to Base64 and using <img> tag to add images to the HTML body(I am not adding it as attachment).
[htmlString a...
Zima asked 7/7, 2011 at 7:19
1
© 2022 - 2024 — McMap. All rights reserved.