Top "Code-signing" questions

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

Generate a keystore for an Android app in the Export Android Application wizard?

I'm trying to export a signed Android application in Eclipse. I think I'm going in the right direction: Right click …

android eclipse-plugin export code-signing
Alternative timestamping services for Authenticode

We perform code signing and timestamping for all our production builds. Occasionally (usually when we are about to RTM (!)) the …

timestamp code-signing
Unable to download application, <app-name> could not be installed at this time

I am getting this error when trying to install an app to a device. I've been dealing with code signing …

iphone objective-c ios xcode code-signing
What does get-task-allow do in Xcode?

So when I set up my entitlements in my iPhone app project, I create a new Entitlements.plist, and set …

ios xcode debugging code-signing entitlements
No identities are available for signing Xcode 5

I have an error "No identities are available for signing" when try to validate my app in Xcode 5. I tried …

ios code-signing xcode5 validating
Strong Name Validation Failed

Two machines. Both with .NET 3.5 and the VS 2008 VC++ SP1 redistributables A single exe which uses two signed DLLs, one …

c# c++-cli code-signing
How to sign a .NET Assembly DLL file with a Strong Name?

I have an assembly which is not strong-named. I have no source code for it. I now need it to …

.net code-signing
What happens when a code signing certificate expires?

I am considering purchasing a code signing certificate from VeriSign or Thawte to sign an XBAP with. My question is …

certificate code-signing xbap
Code Sign error: Provisioning profile can't be found

I have been working the whole day to try to build my app on my device. I get this error …

iphone xcode4 code-signing
Code Sign error: No unexpired provisioning profiles found that contain any of the keychain's signing certificates

I think I've reached the nadir of iOS provisioning hell. After migrating to a new mac and doing an archive …

ios code-signing ios-provisioning