Skip to content

How to sign ipa after using unity-builder #212

@uchar

Description

@uchar

I found a utility for uploading .ipa to apple store connect

xcrun altool --upload-app -t ios -f "$IPA_PATH" -u "$APP_STORE_CONNECT_USERNAME" -p "$APP_STORE_CONNECT_PASSWORD"

But before upload, it should be signed using apple certificates. I'm lost here. for android, we have some parameters about the key store but for iOS I can't find any.

Can someone help me in the right direction?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions