Tagged Questions

44
votes
12answers
144k views

How can I deploy an iPhone application from Xcode to a real iPhone device?

How can I deploy an iPhone application from Xcode to real iPhone device without having a US$99 Apple certificate?
23
votes
5answers
51k views

Code Sign error: The identity 'iPhone Developer: x Xxxxx' doesn't match any identity in any profile

I get this build error when I build my iPhone project to run on my device: **Code Sign error: The identity 'iPhone Developer: x Xxxxx' doesn't match any identity in any profile** My development ...
16
votes
4answers
4k views

iOS Keychain Security

we want to use certificates on the iPhone to authenticate for MS Exchange Sync. We are not sure how the security concept is implemented to protect this certificates. e.g. is it possible to get "full" ...
15
votes
4answers
6k views

How can my server securely authenticate iPhone in-app purchase?

Look at Apple's diagram for the server purchase model. In step #9, how can the server know that it is really talking with an iPhone that is entitled to the purchase, and that Eve is not performing a ...
13
votes
4answers
4k views

Two macs. One iPhone Developer License. Possible?

I work for a company that is interested in building iPhone apps. However, we are not clear on one issue: Does the iPhone developer certificate work on more than one computer at a time?
10
votes
5answers
30k views

Xcode - iPhone - profile doesn't match any valid certificate-/private-key pair in the default keychain

I tried to add my iPhone to Xcode4 to test my Application on it. I added the device in the Apple Developer-Center and downloaded the Provision-Profile. We pay 99$ per month for the account and I'm not ...
10
votes
5answers
3k views

iPhone web service calls to WCF Service with Certificate Authentication

We are a .Net shop that has standardized on WCF Services. We are in the processs of developing an iPhone application that needs to make secure web services calls to obtain data for the app. To ensure ...
10
votes
7answers
23k views

iPhone provisioning profile problem

My iPhone application runs fine in the simulator. I'm trying to deploy it onto a physical iPhone. When I install the provisioning profile, my Organizer says "A signing identity matching this profile ...
8
votes
6answers
11k views

Xcode 4 - “Valid signing identity not found” error on provisioning profiles on a new Macintosh install

I had a Macintosh I used to develop iPhone apps with using XCode 4. I now have a new Macintosh with a new install of... everything. When opening Xcode projects built on the old Mac, I cannot run the ...
8
votes
1answer
5k views

How to renew an iPhone development certificate?

My development certificate has expired. What is the correct method of renewing it? Do you revoke the expired certificate & submit a new Certificate Signing Request? Do provisioning profiles have ...
8
votes
2answers
6k views

iPhone: HTTPS client cert authentication

I'm fighting with a client certificate authentication. When a server needs a credential (a certificate in this case), this method is invoked from NSURLConnection delegate: ...
6
votes
1answer
1k views

iphone app: how to renew an expired distribution certificate through the iOS provisioning portal

My distribution certificate is tied to an app, that I have distributed ad hoc to number of field employees, and it says it's going to expire tomorrow. When I go into the iOS provisioning portal, I go ...
6
votes
5answers
231 views

Validating an iOS app

We have an iOS app which interacts with various webservices at the backend. The backend however wants to validate that the request coming to it is from our valid iOS app and not from a replay attack ...
6
votes
3answers
3k views

How to send HTTPS requests to host with untrusted server certificate in iPhone Simulator?

I develop an iPhone framework which sends HTTPS requests in order to communicate with a publicly available backend server. Currently I have a big problem regarding untrusted server certificates. The ...
5
votes
2answers
2k views

xcode 4.2, code signing for distribution

I am going crazy over signing my app !!! Please help. I am a new iPhone developer. So all of this is new to me. I have finished coding my app and have spent the last 2-3 days on figuring out why ...
5
votes
2answers
296 views

Apple Push Notifications, how do I properly export my cert?

I can't seem to figure out how to properly export my cert for use in my iOS app with push notifications. I'm using the following cert, downloaded from the Certificates section of the iOS Provisioning ...
5
votes
2answers
1k views

Determining Trust With NSURLConnection and NSURLProtectionSpace

Good day everyone, I would like to ask a followup question to a previously posed question. I've got the code to create an NSURLRequest/Connection, run it and have the callback methods for ...
5
votes
1answer
2k views

Multiple Certificates/Provisioning Profiles in one XCode organizer?

there are several similar questions here, but none could answer my basic question: Is it possible to have two separate developer certificates in the keychain and two corresponding distribution ...
5
votes
1answer
308 views

iPhone: how/whether to include my existing private key in a new certificate?

Short version: Is it necessary or even possible for me to generate a new distribution certificate based on my existing private key, or is there no harm, both for new apps and updates to existing apps ...
5
votes
1answer
975 views

How can I access identity profiles and certificates with iPhone SDK?

I am trying to verify the user identity on my application using a certificate / identity that the user has stored by opening a .cer / .p12 attached to an email. The certificate appears on the settings ...
5
votes
2answers
25k views

How to create a private key for iPhone Distribution Certificate?

In iPhone Developer Program Portal, there's a video to demonstrate how to create a development certificate and assign a private key Now I have finished the development process and starting to ...
5
votes
5answers
8k views

iPhone TrustStore CA certificates

Does any of you have a clue how to alter the contents of Security.framework/TrustStore.sqlite3. It seems as if the iphone uses it to store trusted CA certificates. I really want my iPod touch to trust ...
4
votes
5answers
2k views

Why does Xcode auto-install a (duplicate and expired) certificate in the keychain?

The question says it all in a nutshell. When building a project in Xcode, I receive the error message from the Check dependencies step: CodeSign error: Certificate identity 'iPhone Developer: xxxxx' ...
4
votes
2answers
5k views

iPhone Distribution: No profiles currently match

I am about to upload an app to iTunes Connect. I am not Team Agent, nor does it seem the Team Agent can make me a Team Agent. So he logged onto Member Center and downloaded a Distribution Certificate, ...
4
votes
2answers
3k views

Development and Distribution certificate for iPhone dev

I am building an iPhone app that will be submitted to the App Store. I am a bit confused about Development and Distribution certificates that you get from Apple. Do I need to install both? Why ...
3
votes
2answers
429 views

Developing for iOS on multiple computers, testing on a single device, advice?

I was looking for some advice on provisioning profiles / certificates etc... I use an iMac at work to develop on, and I also sometimes find myself checking out my code from git onto my MacBook Pro at ...
3
votes
2answers
167 views

Best practives when developing iPhone Apps for different companies

When I am developing an iPhone app for a company, I will choose an app name and app id during the development process and will use the developer identity and certificates connected with my developer ...
3
votes
2answers
474 views

How can I use an existing private key to a new iOS development certificate?

For aesthetic reasons, I would like to use the same private key that I used to create my distribution certificate a while ago, to create a new development certificate (my old one expired). But the ...
3
votes
1answer
697 views

Wait or revoking an iPhone expiring certificate?

In my iOS Provisioning Portal Current Development Certificates section, the certificate expiry date is Sep 30, 2010. Today is Sep 30, 2010. Should I wait for the certificate to expire and renew? Or ...
3
votes
1answer
544 views

Reuse Development C.S.R. for Distribution certificate

So, I've created a development certificate for my iPhone app, and in the process I saved a C.S.R as a CertificateSigningRequest.certSigningRequest file on the computer hard drive with Keychain Access ...
3
votes
1answer
5k views

HTTPS with NSURLConnection - NSURLErrorServerCertificateUntrusted

I have an application that connects fine over http. When trying https I got the error that says that the root cert is not trusted. I found URLs for my site certificate, its CA certificate, and the ...
3
votes
4answers
9k views

Getting the app onto the phone… certificate signing and identities

The error I received on build attempt was: Code Sign error: The identity 'iPhone Developer' doesn't match any valid certificate/private key pair in the default keychain Anyone know how to resolve ...
3
votes
1answer
1k views

How to verify a website certificate in Cocoa Touch?

I currently open an https connection to a web server using NSURLConnection. Everything works as it should and I am able to retrieve the page content I am after. The certificate is issued by VeriSign ...
3
votes
1answer
916 views

Reinstalling iPhone code signing certificates after new Leopard install

Back story: Small-time iPhone developer, even have a (tiny) app on the App Store, so I've navigated the code-signing process before. Performed the appropriate backups of my crypto certs (as ...
2
votes
2answers
60 views

Can I use the same .pem file for both Development and Distribution Profile

While making my application to be listened for Push Notification, I have read the guideline given by Apple. It is clearly mentioned that Certificate for Sandbox and Production should be separately ...
2
votes
1answer
306 views

Restrict my iPhone application to use only one server certificate

My application uses ASIHttpRequest for my server communication. I have a requirement that I should block HTTP protocol cos I dont wont to transmit that data over insecure link. So only SSL over HTTPS ...
2
votes
1answer
629 views

cant import distribution_identity.cer to keychain access

im getting this same problem over and over again. im developing an app for the iphone and already imported my developer.cer to keychain access and it showed up in keychain acess in one of my keys. but ...
2
votes
1answer
2k views

Invalid SSL Certificate error on iPod Touch - works for iPhone

We are developing an iOS Application that connects to a server over https using nsurlconnection sendsynchronousrequest We are getting the following error in the iPod Touch 3.2. However, the exact ...
2
votes
1answer
244 views

Applying for an iphone developer certificate from scratch?

Just got the iphone 4 and am eager to run my 'personally built' apps on it. Have looked everywhere on the apple website, but can't see where you 'sign up for a developer certificate'. Can someone ...
2
votes
1answer
783 views

Evaluating server certificate

How can I detect a self signed certificate from a revoked or expired ones? I'm using NSURLConnection and implementing connection:didReceiveAuthenticationChallenge: on delegate: - ...
2
votes
3answers
1k views

''Install Prohibited" iphone SDK

I am a registered Apple dev with the certificates, and mobileprofiles that i need. I have made several apps in xCode that I would like to test on my 3GS, I have registered my 3GS as one of my allowed ...
2
votes
1answer
406 views

iPhone - Certificate Signing Request not showing in Distribution Profile

We're trying to get our app ready for distribution on the app store. We provisioned it for a single device which works well so we know its not the code. We create a Certificate Signing Request (CSR) ...
2
votes
3answers
2k views

Unable to create Apple Developer certificate request using keychain access tool

I'm creating a new CSR (Certificate Signing Request) using the Keychain Access tool: Certificate Assistant -> Request a certificate from a certificate authority... In the certificate information I ...
2
votes
2answers
279 views

Is anything “sensitive” stored in an iPhone Xcode project folder?

I want to open source one of my iPhone applications (that I've already published in the iTunes store) but I obviously don't want to expose anything "sensitive" like provisioning certificates and ...
2
votes
2answers
1k views

Store an encryption key in Keychain while application installation process

I need my application to use client's phone-number to generate unique ID for my web-service. Of course a phone-number is unique, but it must be secured. So it can be implemented with symmetric ...
2
votes
3answers
7k views

Creating App Store Distribution Certificate - What to enter in Common Name field?

When creating the app store distribution certificate in the certificate assistant, do I enter my name in the Common Name field, or the company name? This page says, "In the Common Name field enter ...
1
vote
2answers
58 views

distribution certificate does not match

As you can see on the screenshot i ve got my developer and distributions profile but i can use the distributions . I just want to submit a app to the store. Maybe you can assist me what i ve done ...
1
vote
1answer
38 views

Xcode 4 archive and signing with different certificate for app store submission

In this scenario, we need to submit an app through someone else's account. We don't want to give an xcode project with all the source code, and I doubt he wants to give out his private key so we can ...
1
vote
1answer
96 views

SSL connection with unsigned certificate

I am running into the following problem with an iOS app we are developing. On my server I am running a WCF-service. This service is running in HTTPS. I wrote a small test program to see if I can ...
1
vote
0answers
164 views

How to get an IPhone or IPad (iOS 5.x) to properly recognize my certificate root authority

I created a self-signed root authority certificate using makecert. I created an SSL certificate issues by that authority and bound my IIS 7 website with it. I then pushed the root certificate to my ...

1 2 3