This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.
Hi everyone,
I understand we can get the Xcode project when running the App in the iOs emulator - but if my App is for both iPhone and iPad the generated code, when running the emulator, will only create the project for iPhone or iPad, not universal. Is their a way to create the project and open it for both iPad and iPhone ?
For iOS and Android platforms, we can build an application in universal binary format, allowing the application to run on both mobile and tablet channels.
For more information, Please refer the below doc link
From your question, I understood that want to create a single application which runs for both iPhone and iPad instead Universal app.
Below are the answers/technical limitations for your questions.
1) We can run iPhone app in both iPhone and iPad, but UI of iPhone app in iPad will be bit enlarged.
2) We cannot run iPad app into iPhone application.
So create a iPhone application to serve your purpose , to create a single app and run it on both iPhone and iPad, but UI is the only consideration, it means that we wont get full pledged UI as expected for iPad, UI will be a challenge.
If we want UI also to be good to look as it as a iPad and iPhone app, then we should have separate forms to create for separate targets.
Hope i have answered all your quires, reply back if any further quires.