Questions tagged [ios-icons]
11 questions
14
votes
3 answers
How to add / use default icons to navigation bar
I want to use some of default iOS icons i.e.
in navigation bar.
Basically I don't know how to call image of that item (directly from native library - I know how to download it and place as custom image:)):
var myButton:UIButton =…

pbaranski
- 22,778
- 19
- 100
- 117
3
votes
2 answers
Issue with iPhone5 and iPhone6 @2x images
What is the official iOS naming convention for(@2X),
iPhone 6 :
667x375 points 1334x750 pixels 2x scale 1334x750 physical pixels 326 physical ppi 4.7"
iPhone 5 :
568x320 points 1136x640 pixels 2x scale 1136x640 physical…

Vandit Mehta
- 2,572
- 26
- 41
2
votes
1 answer
App icon of Share extension is not updating in device even with updating app icon
In my iOS application, I have a share extension. Initially we were using the different app icons. Later we changed the app icons for the application. The old icon has got replaced from everywhere, but for Share extension, it is not getting replaced…

virus
- 1,203
- 13
- 21
2
votes
0 answers
iOS icons - can i just provide the 2x icon instead of 1x and 2x icons?
Will iOS automatically scale down 2x to make a 1x icon when running on a smaller device, if I just provide the 2x icon?
Note that I want to provide 2x icon, and not 1x icon (and expect iOS to scale up)

dowjones123
- 3,695
- 5
- 40
- 83
1
vote
1 answer
iOS App Icon is not reflecting once i deploy it onto a simulator or a phone in xamarin forms
So I've been going at this for about two days now, and i have not been able to get the icon reflect onto the simulator or a phone, tried everything over the internet, but nothing seems to work, i'm on Xamarin forms
checked info.plist and this what i…

Venky
- 1,929
- 3
- 21
- 36
1
vote
1 answer
xamarin ios publish error - Missing Info.plist value - A value for the Info.plist key 'CFBundleIconName' is missing
I've been trying to fix this for days now. Using Xamarin and Visual Studio, I deleted the asset catalogs/media folder then I used app icon set creator to create the icons. I then went into info.plist under visual assets and hit add catalog, then…

solarissf
- 1,199
- 2
- 23
- 58
1
vote
1 answer
Web App icon doesn`t appear in iOS Settings on iPhone
We are creating a web app which will be added to Home screen and used as a native app.
We followed these recommendations from Apple: Configuring Web Applications And everything works great. App is added to Home screen with icon and title. It is…

ilya
- 958
- 2
- 9
- 16
0
votes
1 answer
Where to store the App icon in my iOS app?
I do not use XCode (but Delphi), and I want to know how to set in my app (iOS/macOS) the icons (the icons used to represent my app)? I especially mean inside the Myapp.app directory where I need to store the App icon? do I also need to list them in…

zeus
- 12,173
- 9
- 63
- 184
0
votes
2 answers
Cordova iOS app icon always shows default icon on iPad OS 13.7
What is the correct sizes/setting for the icon on "Open Apps View" on iPad OS 13.7?
The circled icon cannot be replaced by config.xml with Cordova v9.0.0 on screenshot.
icons view in XCODE
config.xml
...

JasonHsieh
- 553
- 1
- 6
- 20
0
votes
1 answer
Different react native app icons for alpha, beta, production?
I want to know if it's possible to have "dynamic" app icons for both Android and iOS apps when using React Native.
Ideally, I'd like my dev / beta app to have a different icon so I can tell it apart from the production app, without having two…

chapeljuice
- 856
- 1
- 11
- 21
0
votes
2 answers
Xcode AppIcon 'x' and 'L' symbols
just wondering what do these symbols mean in .xcassets?

Nika Kasradze
- 2,834
- 3
- 25
- 48