I am facing problem in generating the distribution provision profile for APNS.
Currently What i am doing
- Creating App id and configuring this id for APNS
- Generating certificate (using "App store and Ad Hoc " option) Now i have Two certificates in Certificates list (APNs production ios & ios Distribution)
- Finally generating Provision profile using app id and Certificate(ios distribution certificate)
The above steps i am doing for Distribution
Now my Questions are 1. I have two certificate. which one is to use to create .pem file ? 2. Do I need to install both certificate in keyChain ?
Please help me