Development of ios app with phonegap

0

I want to ask about mobile development, I want to clarify that I have not developed any mobile app.

I have a client that needs an app for ios, it is not very complex, I know that swift is usually used to develop in ios, but since I do not have a PC or laptop apple I have opted to work with it with phonegap.

My question is if I do the app with phonegap, would it have any problem when putting the app in the app store? Or can I install the app on tablets apple without having the app in the app store?

Thanks already and I await your response.

    
asked by Samo 05.03.2018 в 19:31
source

1 answer

0
  

but since I do not have a PC or laptop apple I have chosen to work with phonegap.

You can carry out the development with Phonegap without have a mac, but eventually you will need one with Xcode to make the publication in the store.

  

Would you have any problem putting the app in the app store?

In theory no, there are already published apps made with Phonegap you just have to stick to the lines from apple for app development

  

Can I install the app on tablets apple without having the app in the app store?

Here are two options, the ideal is to use the Enterprise Distribution , where you can perform private deployments. Another option (which I would not recommend) is to do a manual deployment on the devices registering them as development devices in the developer account (you are only entitled to 100)

Also to create the builds you would need to use phonegap build .

    
answered by 05.03.2018 в 19:46