Deep Mehta
Deep Mehta

Reputation: 1237

Generate Provisioning Certificate for iOS on windows 7

I already have created a phonegap application. Now, i want to build Phonegap iOS on windows 7.

I have written code in Android in Eclipse on windows 7.

I already have generated .APK, .XAP, .IPK. Now, i want to create .IPA(iOS application).

Is it compulsory to have a MAC OS to just generate Phonegap iOS application?

Is it compulsory to have apple developer account to just generate Phonegap iOS application?

Can i generate a certificate and a provisioning profile for iOS on Windows 7?

Upvotes: 1

Views: 579

Answers (3)

Clinton Ward
Clinton Ward

Reputation: 2511

Compulsory to have a mac and developer account to install software on an iphone or ipad.

You don't need a mac to develop the application

Upvotes: 1

Abhijit Chakra
Abhijit Chakra

Reputation: 3234

Since PhoneGap Build uses Apple's standard development process to build applications, you will need to sign up for their developer program to build iOS applications on PhoneGap Build. You will also need a Mac to configure your certificate and provisioning profile.

Upvotes: 1

Rajan Balana
Rajan Balana

Reputation: 3815

Yes it is compulsory to have a Developer account, Because without developer you cannot generate Provisioning profile.

I don't know about the certificate, but you can generate Provisioning profile on Windows 7 because it is not dependent upon OS, it needs the certificate.

It is not necessary to have MAC OS for generating Phone iOS Application

Upvotes: 1

Related Questions