Panos, Thanks! That did it. Uploaded and waiting for review.
Have a good weekend. Ralph DiMola IT Director Evergreen Information Services [email protected] Phone: 518-636-3998 Ex:11 Cell: 518-796-9332 -----Original Message----- From: use-livecode [mailto:[email protected]] On Behalf Of panagiotis merakos via use-livecode Sent: Friday, February 09, 2018 4:55 PM To: How to use LiveCode Cc: panagiotis merakos Subject: Re: iOS app Error ITMS-90529 submitting to app store via Application Loader Hi Ralph, The file you should upload should be called "application.ipa", not "application.ipa.zip" Try this: 1. In LC, create an iOS standalone as usual 2. Suppose the standalone is saved in a folder called myApp, located in user's Desktop folder so you should see something like: Desktop/myApp/myApp.app 3. Open a terminal and navigate to Desktop folder: "cd ~/Desktop" 4. From the terminal, rename the "myApp" folder to "Payload" "mv myApp Payload" 5. From the terminal, zip the "Payload" folder and rename it to "application.ipa": "zip -r application.ipa Payload" 6. Now use Application Loader to upload the "application.ipa" file. These are the steps I followed when testing uploading to AppStore with LC 8.1.9 RC-2 and 8.1.9, and it worked. Keep us posted. Panos -- On Fri, Feb 9, 2018 at 9:51 PM, Ralph DiMola via use-livecode < [email protected]> wrote: > Brain, > > > > Thanks but still no-go. > > > > > > Ralph DiMola > > IT Director > > Evergreen Information Services > > [email protected] > > Phone: 518-636-3998 Ex:11 > > Cell: 518-796-9332 > > > > From: Brian Milby [mailto:[email protected]] > Sent: Friday, February 09, 2018 4:16 PM > To: How to use LiveCode > Cc: Ralph DiMola > Subject: Re: iOS app Error ITMS-90529 submitting to app store via > Application Loader > > > > Try with 8.1.9 - I think that is a bug that was fixed. > > On Fri, Feb 9, 2018 at 3:00 PM Ralph DiMola via use-livecode < > [email protected]> wrote: > > Here's a new one I never received before. Using 8.1.9 rc2. I made the > app using the distribution profile and zipped it up as usual. > Xcode 9.2 > Application Loader 3.7 > OS X 10.12.6 > > The upload to the app store starts and the I get this error during > "Verifying assets with the App Store." > > ERROR ITMS-90529: "Invalid package. Applications built with sdk 9.0 or > later must be packaged as proper IPA files." > > Has the zipping procedure changes with 8.1.9 rc2? I did not get this > with > 8.1.9 rc1. > > Thanks in advance... > > Ralph DiMola > IT Director > Evergreen Information Services > [email protected] > > > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > > _______________________________________________ > use-livecode mailing list > [email protected] > Please visit this url to subscribe, unsubscribe and manage your > subscription preferences: > http://lists.runrev.com/mailman/listinfo/use-livecode > _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
