ERROR ITMS-9000: Missing Code Signing Entitlements when adding app to Apple App Store

My client is getting the following error when sending my app (compiled in Flash Pro CC 2014 with AIR SDK 15.0.0.356) to the Apple app store:
ERROR ITMS-9000: "Missing Code Signing Entitlements. No entitlements found in bundle
'com.xxxxxx.xx.xxx' for excutable 'payload/xxxxx.app./xxxx'.""
He is saying that I need to send them the entitlements file.
I can't find out any information about this with regards to Adobe Air compiled iOS apps, apart from this old post:
Adding iOS entitlements to AIR apps
which states that 'the packager configures the entitlements file '
Can anyone explain what might be missing here?
Thanks,
Alan.

It looks as if this problem is solved by doing step 2 from here:
http://dev.mlsdigital.net/posts/how-to-resign-an-ios-app-from-external-developers/
It basically states that the client needs to produce the entitlements file and lists the following that the client will provide themselves:
A “Mobile Provisioning Profile”
An “Entitlements.plist”
An “iOS Distribution Certificate”
iReSign OS X app (or you could use command line)
Hope this helps someone. We've run into quite a few problems trying to get the Flash Air compiled App to both enterprise and Apple Store as it can't come from us (the developers) it has to be signed and delivered from the client.

Similar Messages

  • Solution to ERROR ITMS-9000: "Invalid Code Signing."

    I am using FlexSDK 4.13 and AIR SDK 15.0.302. I installed the FlexSDK and AIR SDK with the Apache Flex installation binary on a Windows Vista 64-bit machine.
    I can build and run an ad-hoc version of my iOS app on an iPhone 4 (iOS 8.0.2) and iPad 2 (iOS 8.1). When I build a release version for the iTunes App Store, and submit it with the Xcode Application Loader. I get the error.
    ERROR ITMS-9000: "Invalid Code Signing. The executable, Payload/YourApp.app/YourApp, must be signed with the certificate that is contained in the provisioning profile."
    I'm using a Mac to submit my app. It is running OS X 10.10 Yosemite and Xcode version 6.1. The Application Loader is version 3.0.
    I suspect that the adt command no longer creates a payload with the correct entitlements. This post illustrates how I resigned my app so that the iTunes App Store would accept it.
    First, I copied my IPA file to my iMac. Then I changed directories to the location of my IPA file.
    Open a text editor and create a file with the name, entitlements.plist.
    <?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    <plist version="1.0">
    <dict>
    <key>application-identifier</key>
    <string>XAXAXAXAXA.com.yourapp.yourappmobile</string>
    <key>get-task-allow</key>
    <false/>
    <key>keychain-access-groups</key>
    <array>
    <string>XAXAXAXAXA.com.yourapp.yourappmobile</string>
    </array>
    </dict>
    </plist>
    Save this file.
    Start a terminal session. Then type in the following commands.
    unzip YourApp-app-store.ipa
    cp ~/Downloads/YourApp.mobileprovision Payload/YourApp.app/embedded.mobileprovision
    codesign -f -s "iPhone Distribution: YOUR COMPANY NAME (XAXAXAXAXA)" --entitlements Payload/YourApp.app/entitlements.plist Payload/YourApp.app
    zip -qry YourApp-resigned.ipa Payload/
    Note that codesign uses the full key name of your code signing certificate.
    Now you can submit YourApp-resigned.ipa to the iTunes App Store.
    I've seen some people have success with the iReSign App, which you can find at the following URL. I prefer the command line.
    https://github.com/maciekish/iReSign

    but APP Builder ask me two time the mobileproviosn... one in the last step to build the app and than to sign it to download! i put the same mobileprovision file but it generate the error!!
    I read the DPS guide step by step and it write:
    “The distribuition mobile provisioning file information will be entered automatically for you”
    but is not true.... where i can found that file?? i don't understand sorry..
    Thanks a lot
    Tkart

  • What does this mean and how do I fix it? Error ITMS-9000 "Invalid Code Signing The executable ´viwer.app/ viewer´ must be signed with the certificate that is contained in the provisioning profile"

    What does this mean and how do I fix it? Error ITMS-9000 "Invalid Code Signing The executable ´viwer.app/ viewer´ must be signed with the certificate that is contained in the provisioning profile"

    If you had Firefox save your Yahoo password, first try deleting that here:
    orange Firefox button ''or'' classic Tools menu > Options > Security > "Saved Passwords"
    The "signed out" message seems to be related to how Yahoo authenticates you. Some users have reported that disabling automatic proxy detection solves the problem, and it also resolves an issue of getting logged out every few minutes, if you have ever experienced that.
    To make the change:
    orange Firefox button ''or'' classic Tools menu > Options > Advanced
    On the "Network" mini-tab, click the "Settings" button, then choose "No Proxy" and OK your way back out.
    If your work connection requires you to use a proxy server, try the "Use system settings" option instead.
    Does that help?

  • Error itms-9000 invalid code signing viewer.app/viewer

    Salve sto provando a generare la mia prima app con dps (adobe CC), credo di aver seguito correttamente l'intera procedura, tuttavia nel momento in cui tento con l'app Loader di sottomettere ad Apple l'app generata, ricevo questo messaggio come feedback.
    Cosa sbaglio? Come si risolve?
    Grazie

    but APP Builder ask me two time the mobileproviosn... one in the last step to build the app and than to sign it to download! i put the same mobileprovision file but it generate the error!!
    I read the DPS guide step by step and it write:
    “The distribuition mobile provisioning file information will be entered automatically for you”
    but is not true.... where i can found that file?? i don't understand sorry..
    Thanks a lot
    Tkart

  • ERROR IMS-9000: Invalid code signing viewer.app/viewer

    Hi Mark
    I found 4 items of error on uplaod app.
    1. Apple's web service operaation was not successful
    2. Unable to authenticate the package:875829473.itmsp
    3. Error ITMS-9000:"Invalid code signing: The exutable " viewer.app/viewer
    4. Could not start delivery: all tranports failed diagonostic
    5. Warning ITM-9000 versiion mismatch Neither CFBundler version 30.2.0.12.95964 nor ...
    Pls.advise me.
    Thank you.
    Supawan Lee

    I think we're missing the full error in point 3 but it looks very similar to this thread: 'Re: error itms-9000 invalid code signing viewer.app/viewer'

  • Application Loader : Error ITMS-9000 : Missing or invalid signature.

    hi
    I published my app. and I tryed upload with application loader.
    I insert my bundle id correctly,
    but application loader doesn't work
    application loader just show this message, again and again
    How can I fix this problem? please help me..

    Your issue is simple. Your provisioning and p12 is not for AppStore. Go to iTunes Connect and generate provisioning profile that linked to your Certificate and use Distribution type for AppStore and not for AdHoc or Development. There is 2 types of p12 also. Dev. and Dist.

  • App upload: ERROR ITMS-9000

    Hello world -
    I'm attempting to upload a DPS app to iTunes; it was built in Adobe App Builder. Upon upload, I'm getting the following error:
    ERROR ITMS-9000: "Invalid Code Signing Entitlements. The signature for your app bundle contains entitlement values that are not supported. For the 'com.apple.developer.ubiquity-container-identifiers' entitlement, the values in the array must start with the prefix provided by Apple in the provisioning profile, followed by characters that are uppercase or lowercase Roman letters [A-Z, a-z], the digits 0 through 9, dot ['.'], or hyphen ['-'], and not contain any wildcard characters. Specifically, value '7R584CUE64.*' for the key 'com.apple.developer.ubiquity-container-identifiers' in 'viewer.app/viewer' is not supported."
    I actually get a variant of the same error, as well - just swap out the entitlement chain for "com.apple.developer.ubiquity-kvstore-identifier".
    I can't find an asterisk on that value it's referencing anywhere. Can y'all lend a hand?
    Thanks.

    If anyone else has this same issue, try this fix. Just worked for me:
    http://stackoverflow.com/questions/7656318/contains-entitlement-values-that-are-not-suppor ted

  • I am getting the following error: Unable to authenticate the package: B_SPACE_NUTRITION.itmsp                     ERROR ITMS-9000: "OPS/ibooks.ncx(5): element "content" not allowed yet; missing required element "navLabel"" at Book (MZItmspBookPackage)

    I am getting the following error when attempting to deliver my iBooks Author book package via iTunes Producer: "
    Unable to authenticate the package: B_SPACE_NUTRITION.itmsp
                        ERROR ITMS-9000: "OPS/ibooks.ncx(5): element "content" not allowed yet; missing required element "navLabel"" at Book (MZItmspBookPackage)"
    I understand that there's something wrong with the TOC file (.ncx), but I have tried everything and nothing seems to work. Every section of the TOC is labeled, so not sure why the navLabel issue is happenening.
    Any help is GREATLY appreciated! Thank you.

    Similar issues looks like. Are you using a template other than those in iBooks Author? That's what I did, and that was definitely part of the issue.
    After digging through .ibooks code for hours and still not seeing the problem, I decided to reach out to one of the Apple epub conversion affiliates in iTunes Connect. They said they could repair the file without a problem, started working on it, only to come back a week later and say they couldn't work on .ibooks or .iba files yet.
    So, in complete frustration, I decided to transfer my content page by page from the blank template I downloaded from a vendor online to one of the "textbook" templates in IBA. This was a long process as I had to unlock and clear out the formatting of the template. But, once that was done and content was transferred over, all was good. I submitted/delivered the same content and preview book within the new template and it went right through the first time (all metadata was exactly the same as well).
    Now, the iBookstore approval waiting process begins!
    Good luck!

  • ERROR ITMS-9000 "The bundle uses a bundle name or display name..." when uploading to iTunesConnect

    I'm receiving the error "ERROR ITMS-9000 "The bundle uses a bundle name or display name associated with an Apple app." when uploading to iTunesConnect.
    Version 1.0 or our app is currently on the App store, an I'm trying to upload a version 1.1.
    I'm trying to change the name of the app from "Augsburg Now" to "Augsburg Gallery".
    I changed the name in the App ID on developer.apple.com to "Augsburg Gallery, but left the ID as edu.augsburg.augsburgnow
    I generated new Development and Distribution provisioning profiles, since the App ID name had changed.
    In DPS App Builder, I changed the App name to "Gallery", and the Title (library view) in DPS App Builder to "Augsburg Gallery", and then created a new binary.
    I changed the App Name in iTunes connect to "Augsburg Gallery"
    I don't see the problem, since I left the bundle id, app id, etc. all unchanged.
    Any ideas?

    It sounds like you did everything right, Keith. I just did a similar thing recently to change my app name from "Digital Publishing Suite Tips" to "DPS Tips," so I know it's possible. In iTunes Connect, you submitted the app as a new version, not as a new app, right?
    I would try building a new app and submitting it again.

  • When trying to deliver an iBook with videos I receive this error message: 'ERROR ITMS-9000: "Book contains unsupported video my book title.iBooks.OPS/assets.media/my video name.m4v.  Could not detect ftyp' at Book (MZItmspBookPackage)  Any suggestions?

    When I try to deliver an iBook to the iBookstore I receive the folllowing error message. ERROR ITMS-9000: "Book contains unsupported video my book title_.ibooks:/OPS/assets/media/My video title.m4v.  Could not detect ftyp." at Book (MZItmspBookPackage)
    I have no idea what this means and would be grateful for any help.

    KT,
    Thank you so much for your interest and response.  I think that I followed all the suggested 6 steps from the iBA user tip but to no avail.  Do you know anything about this comment by dmingo which is pasted below?
    'User dmingo says this about that:
    After audio tracks are placed in your book, you must 'Publish' the book from iBA (using the 'File/Publish...' menu) - that means re-entering all metadata from scratch - you can't simply import the .ibooks file into iTP. If you enter another audio clip at some time, you have to do it all again. '
    To me it seems to say the video clips need to be delivered separately and one at a time.
    I would be grateful for any advice

  • "Invalid Provisioning Profile. The provisioning profile included in the bundle {BUNDLENAME} [{BUNDLENAME}.app] is invalid. [Missing code-signing certificate.]" for brand new, vanilla Mac App

    In OS X Maverick's XCode, I created a brand new Mac > "Cocoa Application", with Core Data and Spotlight Importerl; about as vanilla a Cocoa application I could muster. 
    Under Preferences > Accounts, I signed in to my Mac Developer Account.
    In Targets > Identity, I set Signing to "Mac App Store", and was able to select my Mac Developer Account for "Team".
    I then went to Product > Clean, and then Product > Build for... > Running, and then Produt > Archive.
    In the Organizer, I select the resulting .app and click "Validate", and hit the Mac App Store radio, and hit "Next", and it's able to log into my Mac Developer Account.
    I select my Provisioning Profile in the dropdown, and click "Validate".
    It comes back with several errors:
    1 - "Invalid Provisioning Profile. The provisioning profile included in the bundle {BUNDLENAME} [{BUNDLENAME}.app] is invalid. [Missing code-signing certificate.] For more information, visit the Mac OS Developer Portal."
    2 - "The bundle identifier cannot be changed from the current value, '{DIFFERENT-BUNDLE-FROM-OTHER-PROJECT}'.  If you want to change your bundle identifier, you will need to create a new application in iTunes Connect.
    3 - Invalid Code Signing Entitlements.  The entitlements in your app bundle signature do not match the ones that are contained in the provision profile.  The bundle contains a key that is not included in the provisioning profile: 'com.apple.applications-identifier' in '{BUNDLENAME}.app/Contents/MacOS/{BUNDLENAME}'
    I was able to do the same process before, for a vanilla app, before Mavericks.  I'm not sure if this is a Mavericks error, or a fact that now I have multiple app projects.  Particularly odd is that DIFFERENT-BUNDLE-FROM-OTHER-PROJECT in error (2) is not the same bundle name as the current project's bundle.
    Would love any help you can provide!  Thank you!

    Seen this thread?
    New codesign behavior, --deep option 
    "Code signing has some interesting changes in Mavericks (that apparently haven't made it into the release notes yet...). Note that this is a change to the operating system, not to the devtools."

  • Invalid Code Signing Entitlements

    Dear developers, I was hoping someone could help me out with this.  The last time I updated my ipa for the app store was prior to ios7 and I had no problems.  Now, I tried using the latest version of AIR 3.9 (with Flash cs6) and I tried both with and without the new icons (152, 76) and got the same error.
    ERROR ITMS 9000
    "The entitlements in your app bundle signature do not match the ones that are contained in the provisioning profile.  According to the provisioning profile, the bundle contains a key value that is not allowed"
    The error goes on to say something about software assets.
    Have anyone else come across this?  Thank you for your help.
    Justin

    I have had the same problem after upgarding my AIR 3,8 to 3.9
    I reverted back to 3.8 and my app went straight up.
    I cannot get an app to go up with 3.9.
    I don't have the latest xcode but when I did upgrade last time it fixed masses of certificate issues I started getting with FLASH.
    They may not except AIR 3.9 unless you have the latest xcode sofyware.
    I can;t confirm it but the issue looks like it, just like the PIE and icon size warnings.

  • ERROR ITMS-9000: "File given does not match type JPEG ... Image is likely corrupt

    Hi ALl,
    On compliing my book  get these errors with ITunes producer...I've resaved the files out with photoshop and they seems fine?
    Package Summary:
    1 package(s) were not uploaded because they had problems:
              /Users/Umran/Music/iTunes Producer/Playlists/9780957408654.itmsp - Error Messages:
                        Apple's web service operation was not successful
                        Unable to authenticate the package: 9780957408654.itmsp
                        ERROR ITMS-9000: "File given does not match type JPEG Image because of these validation issues: ; Error=com.apple.jingle.leghorn.fileformat.ValidationError@1cf629f[userString=An unknown error occured while parsing. Image is likely corrupt.  Exception message: null]" at Book (MZItmspBookPackage)
                        ERROR ITMS-9000: "File given does not match type JPEG Image because of these validation issues: ; Error=com.apple.jingle.leghorn.fileformat.ValidationError@1801285[userString=We reached the end of the file before we expected. Image is likely corrupt]" at Book (MZItmspBookPackage)
                        ERROR ITMS-9000: "File given does not match type JPEG Image because of these validation issues: ; Error=com.apple.jingle.leghorn.fileformat.ValidationError@1e056e9[userString=We reached the end of the file before we expected. Image is likely corrupt]" at Book (MZItmspBookPackage)
                        ERROR ITMS-9000: "File given does not match type JPEG Image because of these validation issues: ; Error=com.apple.jingle.leghorn.fileformat.ValidationError@11d58e0[userString=We reached the end of the file before we expected. Image is likely corrupt]" at Book (MZItmspBookPackage)
                        ERROR ITMS-9000: "File given does not match type JPEG Image because of these validation issues: ; Error=com.apple.jingle.leghorn.fileformat.ValidationError@127c00e[userString=We reached the end of the file before we expected. Image is likely corrupt]" at Book (MZItmspBookPackage)
                        ERROR ITMS-5107: "VirtualLandscapesTheModernEra20002012.epub: Fixed-layout books must supply a text or bodymatter starting location in the guide." at Book (MZItmspBookPackage)
    Any advice??? Hope someone can help!

    iBookstore Publisher Support send me a fast response email which included some helpful info:
    Please make sure that all image files inside the ePub end with one of the following: ".tif", ".jpg", or ".png" and that the file itself matches the file extension type. To check if the image file matches the file extension type, please right click on the image then select "Get Info". Once the info tab appears, please make sure that the file extension type of the image file matches the "Kind" found under "General".
    For further information regarding embedded images, please refer to the iBookstore Asset Guide, which is available for download in the Deliver Your Content module in iTunes Connect.
    And they INCLUDED THE TRANSPORTER LOG (!), the log generated by iTunes Producer as it tries to upload a book. We were able to search for the Validation Error # within the log and find out which image Producer was trying to upload when it encountered an error. Turns out the problem was a corrupted screenshot jpeg.
    Grateful!

  • Error ITMS-9000: Invalid Segment Alignment

    Hello everyone,
    This is my first time submitting an app to the app store.  I've done ad-hoc distribution before, but my client needs this app on close to a thousand of their iPads, and they have corporate offices everywhere, so B2B is the way I have to go.
    Everything is built and tested and works fine. Certificates and Provisioning Profiles are all fine. I am at the last possible step and when I go to submit the .ipa file in Application Loader 3.0, I can't shake this message...
    ERROR ITMS-9000: "Invalid Segment Alignment. This app does not have the proper segment alignment and should be rebuilt with the latest version of Xcode. Please contact Developer Technical Support if you need further assistance."
    Here's the details...
    The app was built in Adobe Flash CC 2014 using AIR for IOS 14.0. I used my PC for the actual building/publishing of the app and then transferred the .ipa file to my Macbook when I tested it and everything was finalized by the client.  Application loader will not let me deliver the app to iTunes connect for submission.  I keep getting this error.
    I've tried everything I can think of.  I've installed Flash CC on my Macbook and tried publishing again.  All the Certificates and Provisioning Profiles were made and downloaded on the Macbook.  I've tried submitting .ipas that were published in AIR for IOS 14.0 and 13.0.  I've tried uninstalling xCode 6 and Application Loader 3 and using older versions.  So far, nothing has worked.
    Has this happened to anyone else?  I'm really in a jam here.  My client needs their app and I can't fix this last issue.  It's very difficult because Adobe Customer Support says that the problem is Apple's Application Loader since the app works fine and distributes without problem ad-hoc.  Apple Customer Support says they can't help either, since the app was built in a 3rd party software and not in xCode.  If anyone can point me in the right direction, that would be amazing.
    Thanks,
    Lee

    There's a huge issue with this on Adobe's developer forums.
    This issue is happening to people everywhere, and it's only been happening for about 20 days or so.  Before that Flash CC apps uploaded fine.
    There is a successful workaround to the problem that a couple of guys came up with, but it's all terminal coding kind of stuff, and that's miles beyond my comprehension.  That kind of coding is way past me, which is why I built it using Flash to begin with, because Action Script is simple.  It would take me longer to figure out the work around that it did for me to build the app itself. lol
    Any other ideas???

  • ERROR ITMS-9000 (again)

    Ok, I'm stumped. I see other have had this issue but, nothing seems to fix this. This isn't my first book on itunes, and I didn't have this problem last time. I'm exporting from Indesign CS6. Here is my error:
    Error Messages:
                        Apple's web service operation was not successful
                        Unable to authenticate the package: 0001584010119.itmsp
                        ERROR ITMS-9000: "Emotional_Hangovers.epub: OEBPS/content.opf(11): element "metadata" incomplete; missing required element "dc:title"" at Book (MZItmspBookPackage)

    Anyone? Apple? Anyone can help me understand this?

Maybe you are looking for

  • Bapi purchase order

    Hy Gurus, Are there a Bapi with input the purchase order number and output the purchase order open quantity and delivery date? Thanks. Josy

  • How do I use internet sharing from my MacBook Pro (static IP, only one DNS server) to my iPod Touch?

    Hey,    I'm connecting to the net using an Ethernet cable to my MacBook with the following network settings. IP Address: 192.168.y.{0-250} Subnet Mask: 255.255.255.0 Router: 192.168.y.x (where 'y' is the same number as in the IP address) DNS Server:

  • Help- I can't see my pictures!!!

    The thumbnails are showing up, but I can't see them full size. I did go through and delete some things, but i put them all back. The pattern of pictures that I can see doesn't make sense either, even with the pictures taken on the same date- i can se

  • 3000 V100 Connectivity to TV

    Is it possible to connect my laptop to a Digital High Def. Plasma TV.  The model TV is a Panasonic .  TH-37PX60U.  If so where on my laptop do I connect to and what type of cable/adapter do I need. Thanks.

  • Custom Reports Configuration within OER

    OER 11.1.1.3 Oracle Enterprise Linux R5U4 32 bit Oracle BI Publisher 11gR1      We have managed to introduce some custom BI reports, but would like to be able to add additional sections to the reports page on OER, It seems that we can only add a sing