Skip to content

Instantly share code, notes, and snippets.

@CavalcanteLeo
Created March 22, 2016 03:00
Show Gist options
  • Select an option

  • Save CavalcanteLeo/0890c445365bd495164d to your computer and use it in GitHub Desktop.

Select an option

Save CavalcanteLeo/0890c445365bd495164d to your computer and use it in GitHub Desktop.
GCM Config
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>GCM_SENDER_ID</key>
<string>***************</string>
<key>PLIST_VERSION</key>
<string>1</string>
<key>BUNDLE_ID</key>
<string>com.example.testapp</string>
<key>IS_ADS_ENABLED</key>
<false/>
<key>IS_ANALYTICS_ENABLED</key>
<false/>
<key>IS_APPINVITE_ENABLED</key>
<false/>
<key>IS_GCM_ENABLED</key>
<true/>
<key>IS_SIGNIN_ENABLED</key>
<false/>
<key>GOOGLE_APP_ID</key>
<string>1:**********:ios:************</string>
</dict>
</plist>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment