2010-01-30 182 views
1
NSString *url = [NSString stringWithString: @"mailto:?subject=Wallpapers%203d%20App&body=Have%20fun%20with%20this%20unique%20wallpaper%20app"]; 
[[UIApplication sharedApplication] openURL: [NSURL URLWithString: url]]; 

我使用此代码打开邮件应用程序在iPhone为了用户发送电子邮件。 我想在用户发送的邮件中添加一个url链接或图像(使用url linke),当他的朋友打开他的电子邮件并点击链接时,他将被重定向到应用商店并下载该应用。添加URL链接或图像(与URL链接)邮件应用程序 - iphone

回答