2014-01-20 5 views

ответ

0

Nope. Apple не предоставляет для этого API. Но мы можем проверить, если Gmail идентификатор авторизовались не используя

если ([MFMailComposeViewController canSendMail])

{ 

} 

/*!

@method  canSendMail 

@abstract Returns <tt>YES</tt> if the user has set up the device for sending email. 

@discussion The client may continue to set the recipients and content if the return 

значение было ДА. Если NO

  was the result, the client has a couple options. It may choose to simply notify the user of the inability to 

      send mail, or it may issue a "mailto" URL via <tt>-[UIApplication openURL:] 

.

*/

Если его можно только увеличивая свою любопытную

Спасибо !!!

Смежные вопросы