The user interface of YOUR APP does not fill out the display on iPad correctly, seen in the attached screenshot as an example. This review was conducted on iPad running iPhone OS 3.2.
Please review the Views and View Controllers section of the iPad Programming Guide here:
In order for your application to be reconsidered for the App Store, please resolve this issue and upload your new binary to iTunes Connect.
Should you require technical assistance, you may use one of your Technical Support Incidents included in your iPhone Developer Program by sending an email to Apple Developer Technical Support at idp-dts@apple.com.
Best Regards,
App Review Team
iPhone Developer Program
So I made sure all my target devices and what not were set to iPhone:
Base SDK: iPhone Device 3.2
Targeted Device Family: iPhone
iPhone OS Deployment Target: iPhone OS 3.0
I don't have an actual iPad device to test it out on, but in the simulator, it showed up centered like an iPhone app and had the little "2x" button to double the size of the window.
So my second rejection letter:
Quote:
Thank you for submitting YOUR APP to the App Store. We've reviewed your application and determined that we cannot post this version of your iPad application to the App Store. Applications must adhere to the iPad Human Interface Guidelines as outlined in the iPhone Developer Program License Agreement section 3.3.7.
On iPad, the application's contents are displayed in an iPhone-sized view in the upper left corner of the screen and the app does not take advantage of the device's display size. This review was conducted on iPad running iPhone OS 3.2 and iPhone 3GS running iOS 4.0.
Please review the Views and View Controllers section of the iPad Programming Guide here:
In order for your application to be reconsidered for the App Store, please resolve this issue and upload your new binary to iTunes Connect.
Should you require technical assistance, you may use one of your Technical Support Incidents included in your iPhone Developer Program by sending an email to Apple Developer Technical Support at idp-dts@apple.com.
Are you submitting this as an iPad app or an iPhone app? It sounds as if you are trying to submit an iPhone app as an iPad app. You've set the base SDK as 3.2 which is iPad only (it's confusing because it is called iPhone OS 3.2).
You should probably set the base SDK to iPhone device 4.0 in your build settings and then further down in Deployment choose iPhone OS 3.0 as your Deployment Target.
Are you submitting this as an iPad app or an iPhone app? It sounds as if you are trying to submit an iPhone app as an iPad app. You've set the base SDK as 3.2 which is iPad only (it's confusing because it is called iPhone OS 3.2).
You should probably set the base SDK to iPhone device 4.0 in your build settings and then further down in Deployment choose iPhone OS 3.0 as your Deployment Target.
Thank you for submitting YOUR APP to the App Store. We've reviewed your application and determined that we cannot post this version of your iPad application to the App Store. Applications must adhere to the iPad Human Interface Guidelines as outlined in the iPhone Developer Program License Agreement section 3.3.7.
On iPad, the contents of the application are displayed in the top left quadrant of the screen. It would be appropriate to take advantage of the iPad's full display. This review was conducted on iPad running iPhone OS 3.2.
Please refer to the attached screenshots.
Please review the Views and View Controllers section of the iPad Programming Guide here:
In order for your application to be reconsidered for the App Store, please resolve this issue and upload your new binary to iTunes Connect.
Should you require technical assistance, you may use one of your Technical Support Incidents included in your iPhone Developer Program by sending an email to Apple Developer Technical Support at idp-dts@apple.com.
Sincerely,
App Review Team
I don't have an actual iPad to test it out with, but in the iPad simulator, I got the 1x/2x button on the bottom right and it all seemed like it should work.
I've set the base SDK as iPhone 4.0 and Deployment as iPhone 3.0.
Does anyone have any ideas? This is my first app I've submitted and I have noticed it does ask for "iPad" screenshots, is that normal?
Thanks in advance.
Quote:
July 16, 2010 12:25 Rejected
July 16, 2010 09:11 In Review
July 08, 2010 20:22 Waiting For Review
July 08, 2010 20:22 Upload Received
July 08, 2010 20:21 Waiting For Upload
July 08, 2010 14:20 Rejected
July 08, 2010 12:10 In Review
June 30, 2010 19:50 Waiting For Review
June 30, 2010 16:55 Rejected
June 30, 2010 12:46 In Review
June 23, 2010 18:53 Waiting For Review
June 23, 2010 18:44 Upload Received
Last edited by Loco Sock; 07-16-2010 at 03:15 PM.
Reason: Added status.
Yeah, it sounds like you have an iPhone app set to build for 3.2, making it not take up the whole screen. It's always a good idea to try and get your hand on the actual device from a friend or someone.
Yeah, it sounds like you have an iPhone app set to build for 3.2, making it not take up the whole screen. It's always a good idea to try and get your hand on the actual device from a friend or someone.
Might be a shot in the dark, but have you used hard-coded values in your app for the screen size....say 320 x 480? What about the window size?
320 x 460 in all of the windows, done through IB, nothing in the code to do with window sizes.
Thanks.
Have you checked your app plist for Main nib file base name (iPad) and/or supported interface orientations (iPad) entires? It may be throwing off your build.
Have you checked your app plist for Main nib file base name (iPad) and/or supported interface orientations (iPad) entires? It may be throwing off your build.
Thank you.
Yeah, the values are what they should be and double/triple checked with the plist submission guidelines.
I created a new project and ported over the IB elements (not windows) and code... that launches just like my old app (with the 1x/2x zoom on iPad simulator)... I submitted it yet again.
The settings that you provided don't make any sense:
Base SDK: iPhone Device 3.2
Targeted Device Family: iPhone
iPhone OS Deployment Target: iPhone OS 3.0
The SDK of 3.2 is iPad ONLY.
Furthermore: If you see the 1x/2x button it is NOT an iPad app but an iPhone app! Create a new app from the template "View Controller" and click "targeted for iPad". Then in IB you'll see that the windows/views are much larger! (But you'll can't simply copy over the old NIB-files, they will still by in iPhone size!