Configure app for Ipad [duplicate] - iphone

This question already has answers here:
Closed 11 years ago.
Possible Duplicates:
Converting to a Universal App in xcode 4
iPhone - How to transform an iPhone only app to universal app?
Hi,
I have created an iphone app. Is there anyway to change it into an ipad app? Basically, how to change an iphone app into a universal app when the app is already finished in Xcode?
THanks

You might start by reading the Creating a Universal Application section of the Application Programming Guide.

Related

App Submission - Are iPad Screenshots Optional [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 5 years ago.
Improve this question
I'm in the process of submitting my first app to the app store - as my app is designed only for iPhone (not iPad) - is uploading iPad screenshots optional? - Or do I have to show screenshots of my app badly zoomed on an iPad?
iPad screenshots are only necessary for Universal or iPad apps. You don't need them when submitting an iPhone-only app.
You only need to submit iPad screenshots if your app is universal or targeted for iPad only.
If you are made application for both iPhone and iPad then it's necessary to upload screenshot of iPad app or if you are developing only for iPad then also to upload screenshot of your app.

How to make a floating app using BASIC4Android [duplicate]

This question already exists:
Closed 11 years ago.
Possible Duplicate:
How to make an app that floats
Is it possible to make apps that float in front of other apps (like the mini apps on Samsung's Galaxy tab) using BASIC4Android? If so, how?
You can create a an activity with a transparent background. See this link.

Submit Universal apps to the apple app store? [duplicate]

This question already has answers here:
Closed 11 years ago.
Possible Duplicate:
Procedure to submit iPhone application to App Store?
How to submit Universal apps to the apple app store
You can find a complete description of the required steps on Apple's development portal.
Look for the heading "Creating a Universal Application". Hope this helps.

How to programmatically minimize an iPad application? [duplicate]

This question already has answers here:
Proper way to exit iPhone application?
(24 answers)
Closed 8 years ago.
How do I programmatically minimize an iPad/iPhone UIApplication?
Actually there no such method for minimize iPhone app.
You can try with "exit(0)" to close the app.
Cheers.
You can't. You can only switch to another app. I don't think apple has a public API for doing this.

windows based iphone SDK needed [duplicate]

This question already has answers here:
Closed 12 years ago.
Possible Duplicate:
Iphone SDK on Windows (alternative solutions)
Hello,
From where can i get windows SDK kit of iPhone development in free ? I am new on iPhone development and i want to start it.
Thanks
Officially there is no Windows SDK. Apple wants development of apps for their platform done on their other platform. There are some alternatives, but they can be hit or miss depending on your needs.
This is discussed in length in this topic:
iPhone SDK on Windows (alternative solutions)