Hi, I’m building an app. I’ve installed the app on my iPhone ( with iOS 7 ), but when I tap on the icon to open the application, the icon becomes big and fuzzy, and then it opens.
That’s odd… did you include all of the icon files for iOS7 outlined here under “Custom App Icons”?
http://docs.coronalabs.com/guide/distribution/buildSettings/index.html#appicons
Thanks,
Brent
Are you using a default image as a splash screen? I had one which had my icon in the middle and a transparent background which caused this effect on ios7 (but was fine on ios6). Not using a transparent background (I.e.changing it to black) resolved this.
Thank you very much, using a black default image solved the problem. I was using a transparent one.
That’s odd… did you include all of the icon files for iOS7 outlined here under “Custom App Icons”?
http://docs.coronalabs.com/guide/distribution/buildSettings/index.html#appicons
Thanks,
Brent
Are you using a default image as a splash screen? I had one which had my icon in the middle and a transparent background which caused this effect on ios7 (but was fine on ios6). Not using a transparent background (I.e.changing it to black) resolved this.
Thank you very much, using a black default image solved the problem. I was using a transparent one.