Default splash image in iOS Phone Gap / Cordova 2.2.0 - iphone

Question based on: PhoneGap 2.0 Splash always using default but that didn't solve it.
Basically my PhoneGap application (version 2.2.0) regardless of what I have done still shows the default Cordova screen. I have replaced:
/Default-568h#2x.png, /Default#2x.png, /Default.png,/www/res/screen/ios/screen-iphone-portrait-2x.png,/www/res/screen/ios/screen-iphone-portrait.png
I have done a "Clean", a rebuild, I've added a "Launch Image" (UILaunchImageFile) key to the info.plist, I've removed the app from the device and re-built and after all that I still am showing the default Cordova splash image.
Any help is greatly appreciated.

Select Project -> Clean from the menu. Then rebuild your project. That should clear out the cached images.

I bumped into this case also. try to use the xcode file explorer in the left side to copy your new png files. sometimes its just cache it for somereason.. the same with icon's png.

Related

i am having this problem when i try to run flutter as a desktop app

image here
i am having a problem to run my project as a desktop app facing this problem in image added i tried all the suggestion in the internet but nothing work i changed the flutter version up and down i deleted all caches file i tried flutter clean and invalidate cache and restart also but didnt solve can you help me
**
Well the image being not displayed in gmail is not a flutter issue
On your computer, go to Gmail.
In the top right, click Settings Settings and then See all settings.
Scroll down to the "Images" section.
Click Always display external images.
At the bottom of the page, click Save Changes.

Build Cordova project in Xcode: missing icon

I'm trying to build a cordova (version 4) based project with Xcode (for iOS). Everything is working until the process to validate the archive.
I'm build for iOS v > 7 and always have the error:
"iTunes Store operation failed: missing required icon file. The bundle does not contain an app icon for iPhone of exactly '120x120' pixels in .png format for iOS versions.
The thing is, there is such file, as shows in the printscreen!
printscreen with Xcode nav, with the Resources/icons folder
I'm sure the file icon-120.png is exactly 120x120px (I have saved several times it, using Photoshop, Fireworks, https://github.com/AlexDisler/cordova-icon plugin).
I don't know if I have to configure anything else. I have also reloaded Xcode, nothing seems to work by now :-/
go to Xcode, view -> Navigators -> Show Project Navigrator
Go to Resources in the project navigator
Click on Image-xcassets
you will see all the icons that the xcode is using to build. Most likely, you will a lot of warning sign attached to each icon. read the required size from each warning. right click -> go to finder, then change the icon size from preview app as required.
repeat for each icon with warning till you resolve all of them.

How to Change xCode App icons

I want to change my App icon, so, I delete (move to trash) Icon.png and Icon#2x.png in the project navigator, in summary view I have added the new icons and they are added to my project, and I see them in the summary
But, when I install the app, the icon is the previous one. How can I clean the previous icon in order to install the new one?
Sometimes when building direct to the device it doesn't work first time.
I find I have to clean the project and delete the app from the device/simulator to get the new icon.
Just Clean And Build And Delete The app from Simulator . it will work
Just do this... This will solve your problem..
You have to reset the simulator.

Iphone splash screen removal in iOS 5

In my project summary, I dropped an image in Launch Images place. Which started shown as splash screen when application starts.
Now I have deleted it and there is no Default.png in my project folder. But still that image is being shown as splash screen.
How I can remove it?
Any idea .... ?
Have you tried doing a clean build?
or deleting the app from the device/simulator and re-deploying it?
Most likely, all you need do is clean the project, then rebuild.
To clean the project, simply press cmd+shift+K. Then, build as normal.
To illoGicalError
doing clean and Build will not remove it.
You need to delete the application on your simulator ,then run your application again... It will work...
Press Command+K then build and run. This will remove all unused images from your build.
You can also get to this command from the project menu bar
Try deleting the .app from the Products folder in your Xcode sidebar.
But generally, don't worry - Xcode just likes to cache things like this - if you build for the device then it won't be there.

iPhone Settings Icon Graphics (Icon-Small#2x) Not Updating

Has anyone ever had an issue with iPhone settings icons not updating with new graphics? I added a new Icon-Small#2x.png to my project, but when it builds to the device the settings app still uses the old graphic even though it's no longer there and even if I delete the app before installing! Note that in the simulator's setting app everything updates just fine.
What am I missing here? The exact name of the file is Icon-Small#2x.png, which is the exact name recommended by Apple, and I've made sure to add all my icon files to the info.plist.
Try Clean first, and then Build.