Search code examples
phonegap-buildprovisioning-profileonesignalphonegap

PhoneGap Build and OneSignal - Ios Certificates and Provisioning profiles


I have used OneSignals Provisonator to generate a .p12 and .cer file. The problem comes when I have to upload the certificate to PhoneGap build, because PhoneGap Build also wants a Provisioning Profile.

On the Apple Developer website, I create a provisioning profile but I do not see the certificate created by the provisonator.

I have no idea how to create it using the certificate created previously. Also because the Provisonator does not give me a .csr file :(

Any help...PLEASEEEE!!


Solution

  • OneSignal's Provisionator is used to generate a certificate for push notifications, not for code signing apps. You need separate code signing certificate for development and distribution. You cannot set up a provisioning profile with an APNS (Apple Push Notification Service) certificate.

    If you look in the Phonegap documentation, it will explain how to set up your code signing.