hamzanatek
hamzanatek

Reputation: 404

which certificate do i need to build an ios app that i created with phonegap?

I'm creating my application using Phonegap and when I'm trying to build the ipa file build Phonegap asks me to add a certificate file, and when I'm signing in ios developer I found a certificate for development and a certificate for production and I don't know the good one for me.

so please help

Upvotes: 2

Views: 81

Answers (1)

Jose Rojas
Jose Rojas

Reputation: 3520

If you want to compile your app for testing purposes, you must select certificate to development, you must get UUID of your device where you're going to install your app and add to the list of devices before generate the certificate that way, you will be able to install the app just in these devices.

This tutorial can help you to generate the certificate

http://code.tutsplus.com/tutorials/how-to-test-your-app-on-an-ios-device--mobile-13861

Upvotes: 1

Related Questions