Re: iOS This build is invalid

2016-03-04 Thread Josh Tynjala
Make sure that you merge the folders when you copy them from the AIR SDK to the Flex SDK. On some Mac versions, if two folders have the same name, it may delete the existing folder and replace it with the other, instead of merging the contents. I think that newer Mac versions give you an option to

Re: iOS This build is invalid

2016-03-04 Thread Pipsisewah
Hello Clint, Thank you for your assistance. Unfortunately, that did not work. I get the same error which now indicates http://ns.adobe.com/air/application/20.0. Would someone be able to check my work to make sure I'm not doing something stupid here? Download the latest AIR SDK from here: http:

Re: iOS This build is invalid

2016-03-04 Thread Clint M
You were so close! For AIR 20 the namespace is http://ns.adobe.com/air/application/20.0 On Fri, Mar 4, 2016 at 10:20 AM, Pipsisewah wrote: > So I decided to go the route of compiling on a Mac. Got Flash Builder 4.7 > installed, copied all the files, etc. and was able to do a build. > > Now Fl

Re: iOS This build is invalid

2016-03-04 Thread Pipsisewah
So I decided to go the route of compiling on a Mac. Got Flash Builder 4.7 installed, copied all the files, etc. and was able to do a build. Now Flash Builder 4.7 only comes with the 4.6 compiler, which does not account for the 64bit requirement from Apple. So, I need to build a new compiler.

Re: iOS This build is invalid

2016-02-25 Thread Josh Tynjala
The release notes for AIR 21 Beta lists the following known issue: [iOS][Win] IPA packaged on Windows machine cannot be submitted to the Apple App store. Error "This build is invalid" occurs in iTunes connect. I've seen folks in the Starling forums complain about not being able to submit iOS apps

Re: iOS This build is invalid

2016-02-25 Thread Pipsisewah
Thank you all for your help with this issue. Clint, I did see the red text on the certificates in my keychain indicating it had an error with signing. I went ahead and downloaded and installed the new Apple certificate and remade all my development and distribution certificates and installed them

Re: iOS This build is invalid

2016-02-20 Thread Josef
Thank's a lot - the build is valid! I did on Mac: - Install the https://developer.apple.com/certificationauthority/AppleWWDRCA.cer in keychain - Install my app *.cer (Distri) (not the p12!!) in the keychain - During the package process I have to enter my Mac password twice Clint Modien wrote > I

Re: iOS This build is invalid

2016-02-19 Thread Clint M
If you're on windows it's most likely what Nick Collins said. Read this. https://forums.adobe.com/thread/2037674?start=0&tstart=0 If you're on windows try adding the new cert to your trusted root certs. http://www.thewindowsclub.com/manage-trusted-root-certificates-windows https://developer.app

Re: iOS This build is invalid

2016-02-19 Thread Clint M
Install the certificate you use to sign the application with into your keychain and then select it. Do you see any red text that says it's not signed by a recognized signer or do you see green text saying the certificate is valid? On Thu, Feb 18, 2016 at 10:06 AM, Pipsisewah wrote: > Thank you

Re: iOS This build is invalid

2016-02-19 Thread Pipsisewah
Operating System + version: Windows 10 Flex SDK + version: Tried 15, 20, and 21 AIR SDK + version: Tried overlay onto 4.6 and directly from Apache for 4.15 combo Does it have an ANE: No ANEs What version of XCode + IOS SDK: Using Application Loader 3.0, no XCode What version of Java: Version 8 Upd

Re: iOS This build is invalid

2016-02-19 Thread Josef
Hello, I'm having same problems uploading my ios app to the App Store, too. Upload with the Aplication Manager is successfull. But iTunesConnect said "This build is invalid". I get the message: The binary with bundle identifier '[Deleted]' at path [Deleted] contains an invalid signature. Make sur

Re: iOS This build is invalid

2016-02-19 Thread Clint M
Hi... I just went through the headache of upgrading an older Flex mobile app. What are the versions of everything you're trying to build with? Operatin System + version: Flex SDK + version: AIR SDK + version: Does it have an ANE: What version of XCode + IOS SDK: What version of Java: On Thu, Feb

Re: iOS This build is invalid

2016-02-18 Thread Vijay Kumar
Hi, Please don't use below url to update the new SDK. It's not needed now. https://helpx.adobe.com/x-productkb/multi/how-overlay-air-sdk-flex-sdk.html Use below link to update the new SDK. No need to follow any other overlay process. http://flex.apache.org/installer.html Install the Flex and Air

Re: iOS This build is invalid

2016-02-18 Thread Pipsisewah
Thank you for responding to my issue. Unfortunately, I do not believe that is the issue. #1. Per the below document, that certificate only applies when you are doing in-app purchases, push notifications, etc. Not when simply signing your app for distribution. https://developer.apple.com/support/

Re: iOS This build is invalid

2016-02-18 Thread Nick Collins
Could it be related to this? http://thenextweb.com/apple/2016/02/15/apples-wwdr-certificate-expired-today-causing-problems-for-developers/#gref On Thu, Feb 18, 2016 at 9:00 AM, Pipsisewah wrote: > Hello, > > I am having a problem uploading my app to the App Store. The app was > created with Fl