-
Notifications
You must be signed in to change notification settings - Fork 18k
x/mobile/cmd/gomobile: build unsigned #10439
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
Comments
is it difficult to resign signed apk/ipa? gomobile build -unsigned |
Apparently the process to resign an .apk is |
The process required to resign an IPA is similar. See https://gist.github.com/mediabounds/1367348. What about suggesting resigning as the blessed way to make prod builds and document it? |
Closing, it is obsolete now. We can suggest resigning rather than building unsigned APKs. |
gomobile should have an option to build unsigned apks. This is an alternative solution to the previously proposed idea on #10090, but being able to output unsigned apks or apps and delegating the signing to external tooling for prod builds is a more feasible solution.
The text was updated successfully, but these errors were encountered: