Giter Site home page Giter Site logo

test flight beta metada about fastlane HOT 3 CLOSED

fastlane avatar fastlane commented on May 2, 2024
test flight beta metada

from fastlane.

Comments (3)

fastlanebot avatar fastlanebot commented on May 2, 2024
@KrauseFx commented

Beta Builds are already built in: https://github.com/KrauseFx/deliver#distribute-an-ipa-file-to-your-testflight-beta-testers
Since Apple has changed quite a lot regarding beta testing recently, there might be some issues with it.

The metadata.xml looks just like the one when uploading an ipa file into the App Store:

<?xml version="1.0" encoding="UTF-8"?>
<package xmlns="http://apple.com/itunes/importer" version="software5.1">
    <provider>
        Your Provider
    </provider>
    <team_id>
        Your Team
    </team_id>
    <software>
        <vendor_id>
            yourIdentifier
        </vendor_id>
        <software_assets>
            <asset type="bundle">
                <data_file>
                    <size>
                        fileSize
                    </size>
                    <file_name>
                        yourApp.ipa
                    </file_name>
                    <checksum type="md5">
                        YourMD5Value
                    </checksum>
                </data_file>
            </asset>
        </software_assets>
    </software>
</package>

In deliver this method creates this xml file for you: https://github.com/KrauseFx/deliver/blob/master/lib/deliver/ipa_uploader.rb#L117

from fastlane.

fastlanebot avatar fastlanebot commented on May 2, 2024
@KrauseFx commented

@pingwinator Does this answer your question? I'll close the issue for now. Let me know if you have any other questions.

from fastlane.

fastlanebot avatar fastlanebot commented on May 2, 2024
@pingwinator commented

@KrauseFx thanks!

from fastlane.

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.