ionic same codebase for ipad and iphone

2019-09-21 03:54发布

问题:

I have a fully fledged app built with ionic and angularjs which is running fine on ipad and android.Now we have decided to release it for iphone and android phones with some design changes.Is there any way to do so with the same codebase as the functionality remains same and only the html changes.I read the documentation for ionic platform but it seems it is only for differentiating android and ios platform.Any help is appreciated,thanks

回答1:

you can create a separate project for iphones and android devices with same codebase but with all your design changes.

And Yes, you can specify in the App Store. you will have two urls now, One for ipad apps and one for iphones.