views:

366

answers:

1

We are a .Net shop currently developing a iPhone app that requires the app to call a WCF web service. Our WCF Services are secured with a x509 certificate for authentication purposes.

I have been searching the internet for an example on how to do the following:

  1. Deploy a certificate with an iPhone app.
  2. Use that certificate in a web service call to a WCF Service.

Any insight on how this might be accomplished would be greatly appreciated.

A: 

Same thing im looking for ...

as apple was doin for PushNotification services ....

Naren