Skip to content

Uploading app with App Clip fails validation #12

@clayellis

Description

@clayellis

Apps that include an embedded App Clip fail to upload to App Store Connect with a validation error.

My current best guess (untested, but speculated) is that in the Xcode.ArchiveExportUpload action, the during Xcode.ExportArchive step, the signing is set to manual and provisioning profiles are provided per bundle id. The App Clip has its own bundle id and so I'm guessing it isn't getting signed. A quick fix might be to look for other embedded targets and their bundle ids and provide the same provisioning profile to sign them. That seems pretty manual though.

I'd like to get a fresh project set up that builds an iOS app that has an embedded app clip and check the build logs when the app is archived and exported. What is Xcode doing to sign the App Clip? We might just have to mimic those internal steps.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions