Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
2answers
958 views

How to sign code with only a .SPC file from GoDaddy?

I use InstallShield 2010 which requires a SPC/PFX and a PVK file to sign my files. I just got a GoDaddy Code Signing CERT but all they gave me was a SPC file. I right-clicked it and installed it in ...
1
vote
1answer
357 views

If we are wanting to resign an iPhone app with a different certificate, do we have to change the bundle id?

We have an iPhone app that needs to be resigned by another company for their Enterprise program. Is the only required step to resign using their certificate? It seems like a new provisioning ...
1
vote
1answer
285 views

Blackberry Code

I have having difficulties protecting my blackberry application persistent data with ControlledAccess object. According to ...
1
vote
2answers
903 views

iPhone Code Signing

I can build my project on one computer but not on another. I have imported my certificate, the distribution certificate and my private key. The provisioning profiles have also been installed. The ...
0
votes
5answers
140 views

self sign my code and test on iphone in xCode

I have created iphone project. I want to test it on my iphone. I don't have an account on itunesconnect so I'm unable to load a certificate to sign my code. I've created my own certificate (Keychain ...
0
votes
2answers
215 views

Debugging Code-Signing errors

How can one debug errors related to code-signing and missing certificates? Can I do the process from command line? In XCode under 'Organizer > Provisioning Profiles', I get 'A valid signing identity ...