Hi Iam installing a application through iTunes, but when im adding the application(.ipa file) to iTunes its not displaying the app icon image and when I install the application into iPhone it is displaying the app icon image.
May I know where is the problem.
I want image to be displayed when I add the .ipa file to iTunes.
Did you add the iTunesArtwork icon file?
http://developer.apple.com/library/ios/#qa/qa1686/_index.html
Note that this must be a 512 by 512 png image but its name is iTunesArtwork with no file extension.
If u get the ipa file from xcode and open it in itunes, it won't show the icon image in itunes, if you install it in ur iphone through sync with itunes, then the icon will be displayed.
This is the normal thing. Don't bother about that.
you have to add 76x76, 152x152, 40x40, 80x80, 29x29, 72x72, 154x154, 50x50, 100x100 and iTunesArtwork for see proper icon of app.
App Icon naming iTunesArtwork(512 X 512) and iTunesArtwork#2x(1024 X 1024) should be added without image extention.
Related
IOS app development with phone-gap.
When the app is installed/launched for the first time, PhoneGap logo(with text- 'iphone retina') appears which needs to be removed. I am not able to figure-out whether it is an image or css, where it resides and how it can be removed.
Any suggestions will be appreciated.
Thanks in advance.
You need to delete the current Default.png file and put your own Default.png file (320x480 for noraml). For ratina image keep Default#2x.png (640x960) file.
i have put the image for app icon in app.but when i install my app till installing it shows me the image but when it gets installed in device the image for the app icon disappears.what could be the solution.
open your projectname.plist file and in IconFile tag just write your icon image name like icon.png and then after remove old application from your device and then install this. it will working.
My problem is that I don't see a icon when I look for my app in iTunes. I am not sure why?
I am creating IPA files. I include an image called iTunesArtwork.png.
Any help appreciated.
This is what i am seeing in iTunes. Notice no image for iCreditCard.
Why can't I see my icon? (See iCreditCard app with empty image)
This is the contents of the IPA folder.
I put iTunesArtwork (a jpeg file with no file extension/suffix) inside my Ad Hoc ipa files, not iTunesArtwork.png.
When I drag 'My iPhone App' application's file into iTunes it has proper view. Rounded corners and transparent background.
Then I close iTunes and open it again. Corners are still rounded but... What has happened with the background?
http://www.freeimagehosting.net/uploads/15fee337bc.png
Icon is a project's resource file named 'iTunesArtwork' with dimension 512x512, PNG format.
The icon needs to be 57x57 png. Not 512x512.
Looks like a bug in iTunes. Try to update to latest one.
Will simply putting an image into the project folder do it?
Create your image sized 57x57 pixels (for iPhone).
Name it Icon.png (you can change this name in Info.plist)
Add it to the Resources folder in Xcode.
That should get you started and there are more details here. You may also want to add a smaller icon for the Settings app (29x29 called Icon-settings.png).
Apple iPhone Human Interface Guidelines:
Name your icon file Icon.png and place
it at the top level of your
application bundle.