[flexcoders] (unknown)

2013-02-13 Thread amit shrestha
nbsp;nbsp;nbsp;Hi!nbsp;nbsp;nbsp;
http://www.actm3.eu/yd/m1x2ginh2u4094uvcfocqse2ai8xlmuxucr1zvg6/3g7yp0kyvlvcr2q862.47aheynbqaex2cfo0j2qlrikegmcoo45axek812euy7sn27j33nbsp;nbsp;
   amit shrestha

[flexcoders] Re: Mobile App Entitlements

2013-02-13 Thread Jake Churchill
Anyone???  Anything???


On Mon, Feb 11, 2013 at 12:54 PM, Jake Churchill reyna...@gmail.com wrote:

 Guys,

 I have a mobile application that was created last year using FlashBuilder
 4.6 (AIR 3.4).  It's a pretty basic app, in that it just interacts with
 data from a server.  There is one view that interacts with CameraRoll and
 the CameraUI, but that's it.

 The initial build of the app went through Apple's approval process
 successfully.  I have since upgraded to FlashBuilder 4.7 and set it up to
 use the sdk with the AIR 3.4 (default is 3.1 I think).

 A bug was found in the app which required a simple test to see if an
 ArrayCollection existed, if not I created a blank one.  I re-compiled and
 re-submitted the new .ipa and now Apple is coming back saying an
 Entitlement is missing:

 *Missing Push Notification Entitlement - Your app appears 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.
 *

 I've been searching for solutions to this or other people with the same
 problem but have not found anything.  I'm wondering if Flashbuilder 4.7 has
 a default entitlement somewhere that's being compiled into the application.
  I'm not sure that's the case because in the binary area in itunes connect,
 the entitlements section is as follows:

 *MY APP NAME*
 get-task-allow: false
 application-identifier: MY APP PACKAGE

 In the mean time, I've still got FlashBuilder 4.6 so I'm going to try to
 compile the app there and submit.  However, if Apple is saying it appears
 the app registers with the Apple Push Notification service, I'm at a loss
 because we don't use that for anything.

 Any help is appreciated.

 Thanks!

 -Jake



Re: [flexcoders] Re: Mobile App Entitlements

2013-02-13 Thread doug g
Isnt it some UID that apple uses for its submission process? Im talking a
little out of my depth here, but the one time I did this (for a class), it
involved compiling the app as native XCode, then opening it in XCode and
going through the entitlement process. Maybe look up how they do ad hoc
distribution these days? Heres a link to get you started:

http://stackoverflow.com/questions/12698506/how-can-i-add-an-entitlements-file-to-an-xcode-4-5-project


On Wed, Feb 13, 2013 at 10:18 AM, Jake Churchill reyna...@gmail.com wrote:

 **


 Anyone???  Anything???


 On Mon, Feb 11, 2013 at 12:54 PM, Jake Churchill reyna...@gmail.comwrote:

 Guys,

 I have a mobile application that was created last year using FlashBuilder
 4.6 (AIR 3.4).  It's a pretty basic app, in that it just interacts with
 data from a server.  There is one view that interacts with CameraRoll and
 the CameraUI, but that's it.

 The initial build of the app went through Apple's approval process
 successfully.  I have since upgraded to FlashBuilder 4.7 and set it up to
 use the sdk with the AIR 3.4 (default is 3.1 I think).

 A bug was found in the app which required a simple test to see if an
 ArrayCollection existed, if not I created a blank one.  I re-compiled and
 re-submitted the new .ipa and now Apple is coming back saying an
 Entitlement is missing:

 *Missing Push Notification Entitlement - Your app appears 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.
 *

 I've been searching for solutions to this or other people with the same
 problem but have not found anything.  I'm wondering if Flashbuilder 4.7 has
 a default entitlement somewhere that's being compiled into the application.
  I'm not sure that's the case because in the binary area in itunes connect,
 the entitlements section is as follows:

 *MY APP NAME*
 get-task-allow: false
 application-identifier: MY APP PACKAGE

 In the mean time, I've still got FlashBuilder 4.6 so I'm going to try to
 compile the app there and submit.  However, if Apple is saying it appears
 the app registers with the Apple Push Notification service, I'm at a loss
 because we don't use that for anything.

 Any help is appreciated.

 Thanks!

 -Jake


  



Re: [flexcoders] Re: Mobile App Entitlements

2013-02-13 Thread Jake Churchill
No, Flashbuilder takes care of all this for you.  It takes forever but it
cross-compiles over to a native app.  All you have to provide are the
provisioning profile and cert files which I had and didn't change for what
I'm talking about.

This is an App Store distribution which is different than ad hoc (different
provisioning profile).

-Jake


On Wed, Feb 13, 2013 at 9:30 AM, doug g doug31...@gmail.com wrote:

 **


 Isnt it some UID that apple uses for its submission process? Im talking a
 little out of my depth here, but the one time I did this (for a class), it
 involved compiling the app as native XCode, then opening it in XCode and
 going through the entitlement process. Maybe look up how they do ad hoc
 distribution these days? Heres a link to get you started:


 http://stackoverflow.com/questions/12698506/how-can-i-add-an-entitlements-file-to-an-xcode-4-5-project


 On Wed, Feb 13, 2013 at 10:18 AM, Jake Churchill reyna...@gmail.comwrote:

 **


 Anyone???  Anything???


 On Mon, Feb 11, 2013 at 12:54 PM, Jake Churchill reyna...@gmail.comwrote:

 Guys,

 I have a mobile application that was created last year using
 FlashBuilder 4.6 (AIR 3.4).  It's a pretty basic app, in that it just
 interacts with data from a server.  There is one view that interacts with
 CameraRoll and the CameraUI, but that's it.

 The initial build of the app went through Apple's approval process
 successfully.  I have since upgraded to FlashBuilder 4.7 and set it up to
 use the sdk with the AIR 3.4 (default is 3.1 I think).

 A bug was found in the app which required a simple test to see if an
 ArrayCollection existed, if not I created a blank one.  I re-compiled and
 re-submitted the new .ipa and now Apple is coming back saying an
 Entitlement is missing:

 *Missing Push Notification Entitlement - Your app appears 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.
 *

 I've been searching for solutions to this or other people with the same
 problem but have not found anything.  I'm wondering if Flashbuilder 4.7 has
 a default entitlement somewhere that's being compiled into the application.
  I'm not sure that's the case because in the binary area in itunes connect,
 the entitlements section is as follows:

 *MY APP NAME*
 get-task-allow: false
 application-identifier: MY APP PACKAGE

 In the mean time, I've still got FlashBuilder 4.6 so I'm going to try to
 compile the app there and submit.  However, if Apple is saying it appears
 the app registers with the Apple Push Notification service, I'm at a loss
 because we don't use that for anything.

 Any help is appreciated.

 Thanks!

 -Jake



  



[flexcoders] What happened to the Flex Style Explorer?

2013-02-13 Thread Dave Glasser
The old Flex Style Explorer seems to be gone from the web. Does anyone know 
where any copies (or the source) might exist?

Re: [flexcoders] What happened to the Flex Style Explorer?

2013-02-13 Thread Brendan Meutzner
Not just the Style Explorer, but the component explorer as well.

I'm hoping that this was simply a mistake, and that it wasn't intentionally
removed.  If Adobe claims to still be committed to furthering the open
source development on Flex, then dropping support for tools such as this is
a bit of a contradiction.

Alex, any way to ask internally and see what happened here?




On Wed, Feb 13, 2013 at 2:39 PM, Dave Glasser dglas...@pobox.com wrote:

 **


 The old Flex Style Explorer seems to be gone from the web. Does anyone
 know where any copies (or the source) might exist?

  



Re: [flexcoders] What happened to the Flex Style Explorer? [1 Attachment]

2013-02-13 Thread Tandon, Rishi
PFA is the Flex 3 style explorer build for desktop.

Cheers!
Rishi



 From: Dave Glasser dglas...@pobox.com
To: flexcoders@yahoogroups.com flexcoders@yahoogroups.com 
Sent: Thursday, February 14, 2013 1:09 AM
Subject: [flexcoders] What happened to the Flex Style Explorer?
 

  
The old Flex Style Explorer seems to be gone from the web. Does anyone know 
where any copies (or the source) might exist?