I have created an application in Xcode5 with two xib for iPhone4 and iPhone5 and I am not using auto layout.now my app is perfectly running in both devices iphone6 and iphone6+ without any ui problem.I also upgrade my Xcode5 to Xcode6.1. my code is also supported 64bit architecture.
I added all icons and splash images with the following size and name.
1. Icon.png 57x57
2. [email protected] 114x114
3. Icon-72.png 72x72
4. [email protected] 144x144
5. Icon-76.png 76x76
6. [email protected] 152x152
7. Icon-120.png 120x120
8. [email protected] 180x180
Default images:
1. Default-568h.png 320x568
2. [email protected] 640x1136
3. [email protected] 750x1334
4. Default-Portrait-736h.png 1242x2208
5. Default-Portrait.png 768x1004
6. [email protected] 1536x2008
7. Default-Retina.png 768x1024
8. [email protected] 1536x2048
9. Default.png 320x480
10. [email protected] 640x960
Now i uploaded my app in appstore and it successfully approved but it didn't show me the compatible with iPhone6 and iPhone6+.So please guide me if i forgotten to add something or not follow the proper step to make it compatible with iPhone6 and iPhone6+ devices.