freshplanet / ANE-Push-Notification

Air Native Extension (iOS and Android) for Push Notification
Apache License 2.0
205 stars 104 forks source link

Manifest to iOS #38

Open esdebon opened 10 years ago

esdebon commented 10 years ago

Text to include in the manifest file to implement in iOS

esdebon commented 10 years ago

To implement in iOS the manifest file need:

 <iPhone> <InfoAdditions> … </InfoAdditions> <Entitlements> <![CDATA[ <key>aps-environment</key> <string>development</string> ]]> </Entitlements> </iPhone>