I am getting an application icon error I have put all the icon images but I am still getting an error in it saying The app icon set named "App Icon" did not have any application content
What can be done to solve this issue.
You can Generate App iOS and Android Icons of all sizes with a single click.
Personally I use https://makeappicon.com/ website to generate app icons.
Then go to xcassets file and place the icons in proper places.
Related
i have idea about how to set app icon image where we were putting all respective size icon images in resource folder.
in recent xamarin update there is no need to add multiple size images for splash screen using storyboard.
so my question is there something also for app icon also? so we need not to add multiple icon images??
any suggestion most welcome.
Add in Asset Catalog.Add an different sizes of icon and set that in infoplist.
Go to Assets.xcassets in Xamarin ios project, you will get a default AppIcon image set there which is by default using Xamarin logo.
Replace those images with you icons, make sure the resolutions your image follows the required resolutions/pixels for each (1x,2x&3x) type of images.
I have looked around and none of the other topics I found have addressed the error I am getting with my App Icon. When I try to run my app, it gives the error:
The app icon set named "AppIcon" did not have any applicable content
I'm pretty sure this is because I don't have the .png file in the right place but I can't figure out where to put it. It is currently listed under the project file.
Go to Images.xcassets add in AppIcon all icons sizes as Image below.
This app Prepo can quick generate the files to help you.
I am currently developing a Phonegap app and I cannot get any fontawesome icons to show up on the device.
They show up in testing on my desktop but once I go to the device, there are no icons. They don't show up as the squares either, just nothing at all. I am including the fontawesome.css file in my index.css file, is there something more I have to do for Phonegap and fontawesome?
You need to include the font file in your app bundle, as shown in this screen shot:
Drag the font file into the Project Navigator on the left, and then edit your Info.plist to give the name of the font file. You will then be able to refer to the font in your app's code.
I submitted an App to Testflight. I uploaded the 1024x1024 icon file, and the application itself contains several other icon file sizes. I receive no errors on submission or warnings about missing icon files.
When I view the App in TestFlight, the icon appears.
However, when I view the App in the iPhone app "Connect" (which is iTunesConnect), the icon is blank in the "Recent Activity" or "Favorites" list. If I select the App to go to its "details" page, the icon shows.
What icon size/resolution do I need to add to my project, and is there a particular place I need to add it?
All you have to do is go the Application Setting -> General tab and add the AppIcon or in Images.xcast set the icon set and add the relavent icon sizes to the Images.xcast as in the Attached image
Further you can select different devices for the icon from the right side of the screen . just drag and drop the specific icons to there desire places
appicon.build is a very nice and simple site to convert your icons and launchImage in all different sizes available for iOS devices. I tried it several times.
Disclaimer: I'm not associated with them in any way.
I am developing iPhone app. When i run the app on iPhone i can see the the icon on Home screen. But when i run the same app on iPad whitish icon appears which normally appears when the app has no icon.
I have tested my other iPhone apps they are working fine but this is causing trouble. I used Asset Catalogs to display app icons and they are perfectly adjusting in it. What could be the problem here any suggestions?
I also initially started with developing the app for iPhone and then needed to add iPad icons and here where I found them:
1) go to Assets
2) find appIcon (usually on top)
3) go to attributes inspector
4) choose iPad ios swift version
5) iPad iCons holders will appear you will need to fill them
xCode 5 was not showing anything related to iPad for an iPhone only app. So when i migrated my images to Assets Catalogs and clicked on app icon in the Attribute Inspector i was given the options like i want to give icons for iPad. So i provided and problem solved :)
for Universal application iPad Icon file size is 72x72 and named Icon-72 and for Retina its 114x114 with Icon-72#2x.png. Try to include this files into your resource bundle and then build your app
In project settings there are fields for App Icons please refer to the attachment
go to general , then app icon source , then click the appicon
by default , you can't see the place for ipad
3 . left click and create a new image set
then you can see all icon size , add the #76 #152 for ipad
In my case i do have set images for iPad in my assets but even then it was not showing. I have to check Target Membership check box. I had imported AppIcons folder and this got uncheck.
In project settings there are fields for both, iPad and iPhone icons. You may want to provide different icons for different devices, so try providing your icon for both, iPad and iPhone. Even though it will be the same image.
Hope the stackoverflow link will help How do you update the app icons and launch images to support IOS 6 and 7 simultaneously?
As answered by Andy Bean, try using Asset Catalog.
Link 2: iOS 7 App Icons, Launch images And Naming Convention While Keeping iOS 6 Icons