App Submission - Are iPad Screenshots Optional [closed] - iphone

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.

Related

In App Purchases For IOS 7 Simulator Possible? [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 9 years ago.
Improve this question
Seems like apple once again took the rights from ios 7 simulator to test inapp purchases. I have my game with other version of ios simulator running well to test in app purchases but suddenly it stopped on ios 7 simulator throwing me the error "can not connect to itunes store."
Any help is appreciated.
Thanks!
I do not think that you can do that in the iPhone iOS7 Simulator. The Simulator does not have access to the app store or iTunes. Hope this helps!

Same app name in itunes store? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this question
I want to understand how is Youtube and Facebook app have same name for iPhone and iPad in the itunes store?
I am trying to submit an app (different build) for iPhone (approved & live with name eg: MYAPPNAME) and now iPad but its not allowing me to use the same name (i.e. MYAPPNAME) to be displayed in the itunes store.
I understand that i can use MYAPPNAME FOR IPAD but how did youtube & facebook get the same names?
Please help I need to submit the app at the earliest.
Regards,
Shoeb
They are the same app. They are universal apps with the same bundle identifier. A reference is here http://www.techrepublic.com/blog/ios-app-builder/better-code-develop-universal-apps-for-ios-devices/.
Don't submit different apps for Ipad and Iphone.
Make a Universal App that work on both iPad and iPhone. And using same bundle identifier, just update your live app with this app.

iPhone : App rejected because "app does not contain sufficient user interactive iOS functionality" [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Apple rejected my app and apple gives reason as follow :
"Specifically, we noticed your app does not contain sufficient user interactive
iOS functionality."
It would be appropriate to add more user interactive iOS functionality so that
your app can be appropriate for the App Store."
My app contains one ImageView and two buttons (next and previous). And I dont need anything else.
I found one link on SO but its not useful
So what should I do? How can solve this problem?
While it sounds like a subjective reason for rejection, you should look/think about how a user is interacting with your app. If it is just a Next/Previous interaction with static images, this is the same thing as the photo gallery app that comes with the iPhone & iPad.
As a simple suggestion, you could think about linking the image to a web site. Alternatively, allow your users to add notes to the images. Both should be fairly easy, and would add functionality for the user.
Do you need an app to do this?
Could you make a webpage compatible with ios that way all other devices will have access.
Your answer is simple:
"It would be appropriate to add more user interactive iOS
functionality so that your app can be appropriate for the App Store."
To be honest I agree with Apple on this one.

Configure app for Ipad [duplicate]

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.

Would using webview with phonegap get an app rejected from Apple App Store? [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
Would using webview with phonegap get an app rejected from Apple App Store? The app would not be all in webview, but will using webview for certain things make apple reject the app?
No. See the PhoneGap FAQ.
Also see this post.