Skip to content

Instantly share code, notes, and snippets.

@dai
Created August 9, 2012 17:06
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dai/3305935 to your computer and use it in GitHub Desktop.
Save dai/3305935 to your computer and use it in GitHub Desktop.
Flash Player 11.4 Beta 2 - Notes for iOS Push Notifications.
<iPhone>
<Entitlements>
<![CDATA[
<key>get-task-allow</key>
<true/>
<key>aps-environment</key>
<string>development</string>
<key>keychain-access-groups</key>
<array>
<string>KEYCHAIN_ACCESS_GROUP</string>
</array>
]]>
</Entitlements>
</iPhone>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment