question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

How to sign ipa after using unity-builder

See original GitHub issue

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?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
davidmfinolcommented, Feb 3, 2021

@uchar The builder generates the xcode project, so you should not include the xcode project in git.

After using builder to generate the xcode project, you need to build the .ipa and upload to app store connect. You could manually run xcode and use that utility you mentioned. But I think it would be easier/better to use fastlane, like the docs that @webbertakken linked suggest.

1reaction
webbertakkencommented, Feb 3, 2021

Maybe this part of the gitlab docs could help a bit.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Path to the final IPA file - Unity Forum
Hello, I wanted to use Post-Build Script in the Cloud Build to push IPA file directly to the itunes connect as part of...
Read more >
How to re-sign the ipa file? - Stack Overflow
ipa file with a provisioning profile after I generate an IPA like the following with a different provision profile? I would like to...
Read more >
Deploy to the App Store - GameCI
While not required, it is recommended you use a separate Apple ID just for CI purposes. Create one if you haven't already. Next,...
Read more >
how to resign an external ipa | Apple Developer Forums
Hello,. I want to know if there is a possibility to resing an ipa that i have not source's files ? Thx. App...
Read more >
Support `flutter build ipa` with manual signing and ... - GitHub
There are no devices registered in your account on the developer website.". Workaround: I'm using the following commands which successfully ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found