Top "Code-signing" questions

Code signing is a process aiming at embedding an electronic signature into an executable.

Change Signing Certificate in Xcode 8 Beta 2

I have two certificates in my keychain that I use for code signing. One is my team’s production certificate …

certificate code-signing xcode8-beta2
Signing assemblies with PFX files in MSBuild, Team Build, and TFS

I get this error when trying to build a project using Team Build (MSBuild) on TFS 2010: C:\Windows\Microsoft.NET\…

msbuild code-signing tfsbuild
How can I add a device to development portal in Xcode 6?

I see that Xcode6 has removed the "Devices" tab from the organizer and moved it to a separate "Devices" tab …

ios code-signing xcode6 provisioning-profile
The 'Apple Developer Program License Agreement' has been updated

My Xcode automatically updated now I'm getting this error: The 'Apple Developer Program License Agreement' has been updated. In order …

ios xcode code-signing xcode9
Xcode iOS Development signing identity

I have a problem getting a iOS Development signing identity into Xcode. I have tried loads of things to get …

code-signing provisioning-profile ios-provisioning code-signing-certificate xcode-6.2
Release signing in gradle.properties for Android

So I'm trying to convert all of my ant build scripts to gradle, and I've been able to find ample …

android build-automation gradle code-signing
How to create PFX with my chain of certificates?

i'm applying a digital signature to my executable. Using signtool on Windows XP or Windows Vista: >signtool.exe sign /…

code-signing code-signing-certificate
The app ID cannot be registered to your development team

I am trying to deploy an iOS app to a test device with Xcode 9.1. but I get the following error: …

ios xcode code-signing
Cannot install company app on windows phone 8

We are developing a company app for windows phone 8. I have followed every step described in Company app distribution for …

windows-phone-8 code-signing xap code-signing-certificate
Determining codesigning identities from the command line?

I'm trying to set up an automated way to sign my iOS apps. Before using codesign, is there a way …

iphone ios xcode code-signing codesign