I've added all the default files to assets/iphone but it keeps showing a small square image when loading the app.
2 Answers
7
votes
It seems storyboard launch screen is enabled for your app. You can either disable it or add the LaunchLogo image set to the asset catalog.
Details here
It's a new feature starting SDK 5.2.0. It's similar to Android's 9 patch, so that you don't have to have one launch image for each screen size.
-1
votes