Skip to content
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.
/ FSOpenInGmail Public archive

Tool for sending mails with Gmail iOS App.

License

Notifications You must be signed in to change notification settings

x2on/FSOpenInGmail

Repository files navigation

FSOpenInGmail Build Status Cocoa Pod Cocoa Pod License

FSOpenInGmail is a tool for sending mails with Gmail iOS App.

Install

Using CocoaPods:

pod 'FSOpenInGmail', '~> 1.1'

iOS 9

For iOS 9 you have to add the following to your Info.plist:

<key>LSApplicationQueriesSchemes</key>
<array>
  <string>googlegmail</string>
</array>

Usage

Check if Gmail app is installed:

if ([FSOpenInGmail canSendGmail]) {
	//Gmail app is installed
}

Open Gmail app composer:

[FSOpenInGmail sendEmailTo:@"[email protected]" subject:@"Some subject" body:@"Some body"];

System support

iOS 6.0+ is currently supported.

License

FSOpenInGmail is available under the MIT license. See the LICENSE file for more info.

About

Tool for sending mails with Gmail iOS App.

Resources

License

Stars

Watchers

Forks

Packages

No packages published