my app is rejected by the app store after successful validation and upload through code 4.2
i have added
Default-Landscape@2x~ipad.png 2048 x 1496
Default-Landscape~ipad.png 1024 x 748
Default-Portrait@2x~ipad.png 1536 x 2008
Default-Portrait~ipad.png 781 x 1024
Default@2x~iphone 734 x 960
Default~iphone.png 367 x 480
in my Resources / splash group in xcode !
what changes do i need to do ? I read the docs, but i could not figure out what i am missing !
the mail says
_________________________________
Dear developer,
We have discovered one or more issues with your recent delivery for "yourApp". To process your delivery, the following issues must be corrected:
iPhone 5 Optimization Requirement - Your binary is not optimized for iPhone 5. New iPhone apps and app updates submitted targeting iOS 6 and above must support the 4-inch display on iPhone 5 and must include a launch image with the -568h size modifier immediately following the <basename> portion of the launch image's filename. Launch images must be PNG files and located at the top-level of your bundle, or provided within each .lproj folder if you localize your launch images. Learn more about iPhone 5 support and app launch images by reviewing the iOS Human Interface Guidelines and iOS App Programming Guide.
Though you are not required to fix the following issues, we wanted to make you aware of them:
Non-PIE Binary - The executable 'yourApp.app' is not a Position Independent Executable. Please ensure that your build settings are configured to create PIE executables. For more information, refer to Technical Q&A QA1788 - Building a Position Independent Executable
Once the required corrections have been made, go to the Version Details page and click "Ready to Upload Binary." Continue through the submission process until the app status is "Waiting for Upload." You can then deliver the corrected binary.
Regards,
The App Store team
_________________________________
i have added
Default-Landscape@2x~ipad.png 2048 x 1496
Default-Landscape~ipad.png 1024 x 748
Default-Portrait@2x~ipad.png 1536 x 2008
Default-Portrait~ipad.png 781 x 1024
Default@2x~iphone 734 x 960
Default~iphone.png 367 x 480
in my Resources / splash group in xcode !
what changes do i need to do ? I read the docs, but i could not figure out what i am missing !
the mail says
_________________________________
Dear developer,
We have discovered one or more issues with your recent delivery for "yourApp". To process your delivery, the following issues must be corrected:
iPhone 5 Optimization Requirement - Your binary is not optimized for iPhone 5. New iPhone apps and app updates submitted targeting iOS 6 and above must support the 4-inch display on iPhone 5 and must include a launch image with the -568h size modifier immediately following the <basename> portion of the launch image's filename. Launch images must be PNG files and located at the top-level of your bundle, or provided within each .lproj folder if you localize your launch images. Learn more about iPhone 5 support and app launch images by reviewing the iOS Human Interface Guidelines and iOS App Programming Guide.
Though you are not required to fix the following issues, we wanted to make you aware of them:
Non-PIE Binary - The executable 'yourApp.app' is not a Position Independent Executable. Please ensure that your build settings are configured to create PIE executables. For more information, refer to Technical Q&A QA1788 - Building a Position Independent Executable
Once the required corrections have been made, go to the Version Details page and click "Ready to Upload Binary." Continue through the submission process until the app status is "Waiting for Upload." You can then deliver the corrected binary.
Regards,
The App Store team
_________________________________