hello,
I want to include a link in message body of an in-app email, I've got the in-app to work but not sure how to add the link generated by the app in message body, I save the link in an NSString called "returnString"
my body message is set to nil at the moment.
Thanks
I want to include a link in message body of an in-app email, I've got the in-app to work but not sure how to add the link generated by the app in message body, I save the link in an NSString called "returnString"
my body message is set to nil at the moment.
Code:
[mailComposer setSubject:nil];
Thanks