Code signing is the process of digitally signing executables and scripts to confirm the software author and guarantee that the code has not been altered or corrupted since it was signed by use of a cryptographic hash.

learn more… | top users | synonyms

0
votes
2answers
36 views

code signing is required for iOS 6.1 [duplicate]

I get this error when I try to test with my device. CodeSign error: code signing is required for product type 'Application' in SDK 'iOS 6.1' XCode ver 4.6.2 Thanks for your help.
0
votes
0answers
8 views

Does Extended Validation Code Signing certificate helps avoid Windows UAC popup window

The questions relates to Windows 7 and up. So far I signed my code with a regular code signing certificate. My application requires admin privileges since it uses raw sockets. Upon application start ...
0
votes
3answers
39 views

Can't CodeSign iOS App. A valid provision profile could not be found

I'm trying to test my app on device. I've a single user developer ID. I followed Apple's guide and requested the certificates for Development/Distribuition and created a Team Provisioning Profile (The ...
0
votes
1answer
19 views

How can I find exactly what my codesign identity is?

I need to know exactly what my codesign identity is. Where can I find that? And what is the usual format for a codesign identity? Thank you!
0
votes
0answers
25 views

Mac App not being signed correctly

I know there are many similar questions on StackOverflow, but I think I've read them all and none quite apply. I have a Cocoa app that I am trying to sign for distribution on the Mac App Store. I ...
0
votes
2answers
42 views

xamarin.android App signing does not work

So im trying to publish my new android app to the Google PlayStore. From reading this tutorial I understand that I have to sign my app before releasing it to the PlayStore. I did exactly the same as ...
0
votes
1answer
47 views

Are there any alternatives to getting a Verisign or similar cert for running Powershell scripts on any server?

I've been working on a Powershell script for a little while, which is designed to be used both by me personally (on my local machine) and by other people both in my domain and outside of it. The ...
0
votes
1answer
44 views

Signed applet with valid CA still showing up as unknown publisher

Well, I tried reading pretty much all articles but I haven't found any hint. After receiving my official certificates from StartSSL I am still unable to launch my applet without UNKNOWN publisher ...
0
votes
0answers
40 views

Application failed codesign verification in application loader

I am using xcode 4.2 Build 4C151a. And I failed to submit my app through organizer because this. But app loader doesn't work either. It just gives a error: Application failed codesign verification. ...
0
votes
1answer
22 views

Code signing problems while testing on device

I am preparing my app to go to send it to iTunesConnect, then I created a provisioning profile for my app distribution. When I go test my app on device with the Distribution configuration the app ...
0
votes
0answers
28 views

IOS Code Signing Debugging Utility

I'm looking at creating a standalone utility that displays user friendly error messages for debugging issues related to code signing and deployment that are typically encountered during IOS ...
0
votes
0answers
28 views

Retrieving the correct identity in command-line code-signing on the mac

I am having the problem that I want to post-process an application for the mac after building for distribution. Because I need to zip the application bundle from within a run script build phase, I ...
1
vote
0answers
37 views

How can I introduce a cross signing certificate into a chain?

I maintain a java applet that is locally deployed. I recently purchased a code signing certificate from Go Daddy (it was inexpensive, and they already host our site). My certificate chain is as ...
0
votes
1answer
56 views

Post-Build Events Output Path for Projects and Deployment Project

I am working on a program that needs to have each exe signed before being packaged in the MSI deployment project. I've tried using VS2010's Signing tools ("Sign the Assembly"), but the key file ...
0
votes
1answer
17 views

productsign error: SignData failed: CSSMERR_CSP_NO_USER_INTERACTION

When signing an app from an ssh terminal session, I am getting the following error: productsign[29321:707] SignData failed: CSSMERR_CSP_NO_USER_INTERACTION (-2147415840) productsign was working ...
1
vote
2answers
64 views

Different Xcode versions and jailbroken devices

Is it possible to have an Xcode version installed and set up for apps ad hoc distribution, with distribution certificate and provisioning profile and so on, and at the same time to install another ...
1
vote
2answers
165 views

Signed Java Code not acting as signed after 7.0 21 update

I have scoured the web and tried numerous things and nothing works. First, I am not a Java guru but I have done my homework here and all seems like it is signed correctly and should be working. The ...
3
votes
1answer
57 views

Using Driver Signing Certificate for Code Signing

When distributing Software (by Microsoft ClickOnce), are there downsides on using an existing Driver Signing Certificate (from GoDaddy) for Code Signing?
0
votes
1answer
10 views

How to get a code signing for excel addin exe files on a trial version basis?

I am looking to release an excel addin I built on my website, which the user's will download and install. It also has an auto update feature. My problem is when the auto update feature runs it is not ...
3
votes
1answer
70 views

Digitally Signing Install Shield installer

I was recently given a VB.NET project for fixing some bugs and creating an installer for it. I was told to use Install Shield LE. All went well with creating the install script but Windows 8 is ...
0
votes
2answers
74 views

ClickOnce Manifest Application in TFS build

Does anyone know how to use code signing certificate for ClickOnce manifest applications in TFS Hosted Controller Build? Scenario: I am using Team Foundation Service as a code repository and source ...
0
votes
0answers
17 views

adding Required background modes causes invalid code sign error

I have an app which builds and runs fine on my phone. If I add the entitlement "Required background modes" as an array, and add an element which is the string "location". when I build to run on my ...
1
vote
0answers
16 views

CA Cert code signing “value” options?

I have a windows applications I'd like to sign with an official CA cert so that users can feel more confident using the software. I have little experience in this area, looking at verisign I see they ...
1
vote
1answer
38 views

Are entitlements required to for appA to execute an AppleScript that launches appB?

We have two signed Mac OS X apps (that we developed — non "app store" apps). appA runs an Applescript (from a .scpt file) that sends appB a message to launch and search for some text. This works ...
0
votes
0answers
42 views

how to sign the mac .app with comodo ca certificates?

My goal is to sign my windows executable (.exe) and mac .app using the same code signing certificate on both of the platforms. I have purchased comodo ca certificates. On windows I am using Microsoft ...
1
vote
2answers
110 views

codesign gives always no identity found error via terminal

I've looked through already existing questions, but none has solved my problems (like recreating certificates). I've built an app where inside the app I have few executables and folders and ...
1
vote
0answers
15 views

Unpredictable result with echo command when used in a for loop

I am trying to write a small shell script to find out the signed and unsigned jars in particular directory. While the script works fine until 4-5 jars, it starts showing unpredictable results if my ...
1
vote
1answer
54 views

Uploading IPA to Testflight error: Invalid IPA, keychain access group

When I try to upload to Testflight, I get the "Invalid IPA: The keychain-access-group..." error. What could I be missing? I've verified that the application bundle identifier matches in every place I ...
0
votes
1answer
26 views

ksoftware code-signing java crossplatform game

I am currently developing a game for the leap motion controller in java. The application will be cross-plattform between osx and windows. I have searched a lot on code signing certificates and I ...
2
votes
1answer
40 views

How to use an EV Code Signing Certificate on a virtual machine to sign an MSI

We recently purchased an EV Code Signing Certificate from DigiCert to sign our MSI to get around the Windows SmartScreen warning message. The problem is that the Certificate was delivered to a USB ...
0
votes
0answers
32 views

Disabling code signing on xamarin

I have changed my Xcode settings for not to sign code and now can run any application I developed on my IPhone. I recently started using Xamarin Studio for development and I wonder if I could change ...
0
votes
1answer
20 views

Is it important to do code signing?

We would like to distribute our new windows software on the internet (exe file). What are the benefits of getting an authenticode code signing certificate? Thanks
3
votes
0answers
37 views

Canonical way to sign (and verify) an ELF file?

I would like to sign ELF files, preferably with a PGP key and later be able to verify the signature. Failing that I'll also go with a Authenticode or SSL certificate for signing if that makes more ...
1
vote
1answer
70 views

How to set a custom keystore for debugging in eclipse for android

I have a custom keystore that I use for signing my apk. now I want to use the same keystore for debugging. when I go to eclipse->windows->preferences->android->build and set my custom key store I get ...
1
vote
1answer
97 views

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 resources and documentation on all of it except how to configure signing in the gradle.properties file. ...
1
vote
1answer
1k views

The identity 'iPhone Developer' doesn't match any valid, non-expired certificate/private key pair

It never happened to me before, I already downloaded sample code before, but now im getting this error: I saw some questions with this error, but they say to check your "code signing" and I dont ...
0
votes
1answer
44 views

which profile to choose in Code Signing before Archiving an app?

i read the App Store Submission Tutorial on how to submit an app to the app store. all was going well until i reached the Code Signing phase. in the tutorial it's said that: From the Code Signing ...
1
vote
1answer
246 views

codesign and kernel extension (Kext) in OSX: Won't load

I'm developing a product that includes kernel extension and have found a weird problem in one of our testing machines that I can't find a solution for. In my development machine, (OSX 10.8.3 and ...
0
votes
1answer
60 views

Mac App | Code Signed | distribution Not through Mac App store [closed]

Our Application will not be distributed via mac app store initially, it will be through DMG File, Well in that case also, should it be signed / certified application ? I tried in one of the test ...
0
votes
0answers
86 views

Java: Verify whether the jar is signed

I am working with Jarsigner. I want to check whether the given jar is signed or not. If user uploads a jar file, I want to find whether the jarfile is signed or not. I tried with the below code, ...
0
votes
0answers
42 views

Unable to debug BlackBerry application on Eclipse

I am trying to develop and debug on my device a BlackBerry application. Its targeting os > 5.x . I have installed the latest version of eclipse and i am using the java plugin for developing for ...
1
vote
1answer
154 views

Passbook, PHP, and signing

Whenever I try to add my pass to passbook it fails due to: Manifest signature did not verify succesfully My code for signing is below: $privKey = "certs/key.pem"; $keyPassword = "PASSWORD"; ...
1
vote
1answer
91 views

Building on iPhone with provisioning profile

I am having a lot of trouble setting up my Xcode project so that it builds on my iPhone. I have followed all the steps in the Development Provisioning Assistant, but I always end up with a valid ...
0
votes
1answer
171 views

Issue Signing xap file in post build event on TFS Build

We have a silverlight(5) project, the source in TFS (2010) and Continuous Integration build has been setup and working fine. However, we are now at the stage where we are trying to release it to some ...
1
vote
0answers
58 views

IOS - Independant Developper for inhouse distribution - code signin

I have a small company and we should deliver an ios app for an Inhouse distribution OVER THE AIR. The client have added our apple account into their team as member. We have terminated the dev ...
0
votes
0answers
27 views

Sign activex control using token

Is it possible to sign an ActiveX control using a smart-card(e-token)? I am writing an ActiveX Control in C# to use in IE, and I want to sign it with my token. The token has code signing specified in ...
1
vote
1answer
48 views

Signing windows .NET executable

Recently our company bought Thawte authenticode certificate. Now I'm trying to sign very simple hello-world .NET console application. I use signtool.exe signwizard choose my .exe choose ...
5
votes
1answer
1k views

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 Here is what I did: Registered company account Bought an ...
2
votes
2answers
127 views

Do I need to export unsigned .apk before going to create a keystore using eclipse export wizard in Android?

I am creating the keystore for my android app using the export wizard. I specified the destination folder and name to create the keystore and then i filled the required fileds like password,alias,exp ...
0
votes
0answers
37 views

Where to put servlet files in cpanel

I made a servlet that reads values from a database hosted on my site. It worked in Eclipse, but now how do I put it on my site so that people can access it?

1 2 3 4 5 17