Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I'm trying to build an iPhone App, and want to deploy it to the iPhone 5S.
So I've imported the certificate into the phone as (.p12).
So, what I want to know is how can I deal with the certificate from the iPhone (in STEPS), do I need to extract it from the iPhone first, and then extract the public/private keys to perform some encryption/decryption on my data?

attaching code would be highly appreciated :)

Thank you in advance
Best Regards.
Posted

1 solution

As you know: the normal way of installation is via the Appstore. About App Distribution. There your also find some information about certifictes.

Alternativly you can deploy an IPA on your own webserver or use Testflight.
The primary way is to deploy the app via XCode. The devices must be registered as developer devices.

If you want to crypt data using Apple functions Keychain Services Reference.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900