Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uploading app with App Clip fails validation #12

Open
clayellis opened this issue Sep 8, 2023 · 1 comment
Open

Uploading app with App Clip fails validation #12

clayellis opened this issue Sep 8, 2023 · 1 comment

Comments

@clayellis
Copy link
Collaborator

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.

@clayellis
Copy link
Collaborator Author

Also of note — the project that I was trying to build also includes a Safari extension. I haven't gotten past the App Clip validation error though so I'm not sure if App Store Connect would also fail the Safari extension or not — but it's worth looking into as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant