ios8 - Supporting iPhone 5 with iOS7 and iPhone6 -
I'm not receiving my application to work with both iOS 7 and iPhone 5 with iOS 7 I am Maybe this is the case that I am withdrawing support for iOS 7 but I do not think this is a good reason.
I am working on a legacy code and I was an Android developer, so I did not fully understand IOS. But my case is, I am trying to support iPhone6 and to do so that I added a new XIB on the project 'config' to the 'launch screen file'. Before my code was working well on iPhone4, 5 and 6 But after that on iPhone 7 screen to complete the iPhone 6 screen and all the screens on the iPhone 5 stopped for the auto-size, while the App shows the black bars at the top and bottom of the screen. But with iOS 8 this is fine.
I have fixed the problem of resizing for iPhone 6, which has the right barriers on xibs but I am unable to fix this iPhone5 problem I am
And despite this error, I am facing another strange behavior that I am unable to send an application to Apple Store because it says that it is not currently supporting iPhone5 Xcode error Is:
this error Looks like old because the second link is not working.
About supporting iPhone5, I have found only similar erros, from iPhone6 to 2012 or 2013, and they basically say to add new launcher image to iPhone5 size, Because my app was already running on iPhone5, I think this is not a problem.
So, what am I doing wrong? Or should I change config to decide?
Thanks in advance!
So, after some help from Tommy, the way I am able to fix my problem . First of all, I think that was the reason for my problem because I deleted the 'Default.png' image from the project root folder when I used 'Launch Image Source' to use Images.xcassets. It was working before adding the configured 'launch screen file'. But when I added 'launch screen file', my project stopped working.
To fix this problem, I had to read the default 568h@2x.png picture in the root folder of the project and do not use the 'projection image source' property list 'in this way, as I think , The default -568H @ 2x to xCode shows that this project is optimized for iPhone 5 Running iOS 7, and uses all the other devices or iPhone 8 'Launch Screen File' that runs iOS.
Comments
Post a Comment