Coder Social home page Coder Social logo

Unable to upload tvOS apps about pilot HOT 6 CLOSED

fastlane-old avatar fastlane-old commented on September 2, 2024
Unable to upload tvOS apps

from pilot.

Comments (6)

KrauseFx avatar KrauseFx commented on September 2, 2024

I think sigh doesn't work with tvOS apps yet. I don't have a developer TVKit myself, so I can't really work on it.

from pilot.

hiltonc avatar hiltonc commented on September 2, 2024

That makes sense. It turns out I can't upload them from Organizer either, unless I build them in Xcode. I'll just be patient then. Thank you for great tools!

from pilot.

bassrock avatar bassrock commented on September 2, 2024

I got the same error as well. I think it has to do with the fact that tvOS apps and iOS apps, if you want to use universal purchase, have the same bundle id.

Also, as well as @hiltonc the archive that gym created in the Xcode Organizer submitted fine from the organizer, so it must have to do how the ipa is sent to the transporter.

The crash ID I got from Fastlane is b020ee6ba89a71d4b83937d186027b13.

from pilot.

siuying avatar siuying commented on September 2, 2024

Hit the same error (d6cf8547259871d1501f88f9a809b1a5). As I can submit app with organizer, I think its not sigh problem?

from pilot.

notbenoit avatar notbenoit commented on September 2, 2024

Indeed, we cannot upload an IPA to ITC using pilot (or any similar tool, even altool fails). Only Application Loader worked. The error here is :

ERROR ITMS-90545: "Invalid Provisioning Profile. This provisioning profile is not compatible with iOS apps."

But, I investigated, and found that the default package sent from altool looks like that :

<package version="software5.3" xmlns="http://apple.com/itunes/importer">
    <software_assets apple_id="#APPLE_APP_ID#"
        bundle_short_version_string="0.1"
        bundle_version="151201105028"
        bundle_identifier="#BUNDLE_IDENTIFIER#"
        app_platform="ios">
        <asset type="bundle">
            <data_file>
                <file_name>#IPA_NAME#</file_name>
                <checksum type="md5">a97130dc797045444e1d422255611afb</checksum>
                <size>21210100</size>
            </data_file>
        </asset>
    </software_assets>
</package>

(I removed app specific data).

Here note app_platform="ios". This is where is the magic. I made my own itmsp package with appletvos instead of ios parameter, and managed to upload the IPA !

Since I have nearly zero knowledge about how pilot works, do you have any idea how we could add a parameter, or detect the target, to have this appletvos set in the sent XML ?

EDIT : The only things needed to successfully upload a tvOS build are packageVersion at 5.3 and app_platform with appletvos. No need for the bundle(s) stuff.

from pilot.

fastlanebot avatar fastlanebot commented on September 2, 2024

This issue was migrated to fastlane/fastlane#3282. Please post all further comments there.

fastlane is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo 🚀

from pilot.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.