[flexcoders] Apple Mobile App

2013-03-28 Thread Jake Churchill
Guys,

I just submitted an update (bug fixes) to an iOS flex mobile app and I got
this email back saying:

*Missing Push Notification Entitlement* - Your app appears to include API
used to register with the Apple Push Notification service, but the app
signature's entitlements do not include the aps-environment entitlement.
If your app uses the Apple Push Notification service, make sure your App ID
is enabled for Push Notification in the Provisioning Portal, and resubmit
after signing your app with a Distribution provisioning profile that
includes the aps-environment entitlement. See Provisioning and
Development in the Local and Push Notification Programming
Guidehttps://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/ProvisioningDevelopment/ProvisioningDevelopment.html
for
more information. If your app does not use the Apple Push Notification
service, no action is required. You may remove the API from future
submissions to stop this warning. If you use a third-party framework, you
may need to contact the developer for information on removing the API.

I am not intentionally adding anything and we are not doing any push
notifications.  I get this message when compiling with both flashbuilder
4.6 and 4.7.  Here's the iPhone seciton of the app.xml file (company name
changed for security):

iPhone
InfoAdditions![CDATA[
keyUIDeviceFamily/key
array
string1/string
string2/string
/array
keyUIApplicationExitsOnSuspend/key
false/
keyCFBundlePrimaryIcon/key
dict
keyCFBundleIconFiles/key
array
stringcom/company_name/assets/app_icons/icon_128.png/string
/array
keyUIPrerenderedIcon/key
true/
/dict
keyUIPrerenderedIcon/key
true/
]]/InfoAdditions
requestedDisplayResolutionhigh/requestedDisplayResolution
/iPhone

Any help is very much appreciated.

Thanks!

-Jake


Re: [flexcoders] Apple Mobile App

2013-03-28 Thread Dave Cates
You can safely ignore that :)

On 28 March 2013 23:52, Jake Churchill reyna...@gmail.com wrote:

 **


 Guys,

 I just submitted an update (bug fixes) to an iOS flex mobile app and I got
 this email back saying:

 *Missing Push Notification Entitlement* - Your app appears to include API
 used to register with the Apple Push Notification service, but the app
 signature's entitlements do not include the aps-environment entitlement.
 If your app uses the Apple Push Notification service, make sure your App ID
 is enabled for Push Notification in the Provisioning Portal, and resubmit
 after signing your app with a Distribution provisioning profile that
 includes the aps-environment entitlement. See Provisioning and
 Development in the Local and Push Notification Programming 
 Guidehttps://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/ProvisioningDevelopment/ProvisioningDevelopment.html
  for
 more information. If your app does not use the Apple Push Notification
 service, no action is required. You may remove the API from future
 submissions to stop this warning. If you use a third-party framework, you
 may need to contact the developer for information on removing the API.

 I am not intentionally adding anything and we are not doing any push
 notifications.  I get this message when compiling with both flashbuilder
 4.6 and 4.7.  Here's the iPhone seciton of the app.xml file (company name
 changed for security):

 iPhone
 InfoAdditions![CDATA[
  keyUIDeviceFamily/key
 array
  string1/string
 string2/string
  /array
 keyUIApplicationExitsOnSuspend/key
 false/
 keyCFBundlePrimaryIcon/key
 dict
 keyCFBundleIconFiles/key
 array

  stringcom/company_name/assets/app_icons/icon_128.png/string
 /array
 keyUIPrerenderedIcon/key
 true/
 /dict
 keyUIPrerenderedIcon/key
  true/
 ]]/InfoAdditions
 requestedDisplayResolutionhigh/requestedDisplayResolution
 /iPhone

 Any help is very much appreciated.

 Thanks!

 -Jake