Questions tagged [appicon]
137 questions
2
votes
2 answers
AppIcon not show on IOS with xamarin / Visual Studio Mac, but work with xcode
I have wasted now 3 days triying to put the icon on the app.
I use https://makeappicon.com/ and download the files. Replace the AppIcon.appiconset folder. It not work.
I try everything I found, including cleaning, erasing emulator, erasing vs…

mamcx
- 15,916
- 26
- 101
- 189
2
votes
1 answer
How to get appicon programmatically from sdcard/storage .apk file?
Using ApplicationInfo i'm already tried and it works well but it is shows only installed app's appicon. but i want to get appicon from file path(.apk file) programmatically.
Drawable icon=applicationInfo.loadIcon(getPackageManager());
I want to get…
user9140980
2
votes
0 answers
How to set counter value in the application laucher icon in Oreo?
In my Android app I need to show the counter on launcher app icon.
Before Android Oreo I used ShortcutBager library. But this one doesn't work anymore in the newer Android versions.
As far as I understand, native Android Oreo bagdes are showing…

E I
- 501
- 4
- 13
2
votes
1 answer
Xamarin UWP icon assets for the application
I am developing the Xamarin UWP project for an existing Xamarin forms project of mine. My existing project has support to Android and iOS only. Now, i am trying to extend the support to UWP as well.
In Xamarin UWP project what should be the icon…

Vijay457
- 324
- 2
- 11
2
votes
2 answers
how to set app icon of app in xamarin.forms app for IOS
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…

Neelam Prajapati
- 3,764
- 3
- 28
- 62
1
vote
1 answer
Create a shortcut on iOS Homescreen from my App (post iOS 16)
I want to offer my users to create shortcuts on the homescreen on iOS to content in my app.
Previously there was a workaround using safari with website embedded into a data: URI, but now on newer iOS versions (>=16), safari refuses to load websites…

Simon Laux
- 382
- 1
- 14
1
vote
0 answers
Xamarin.iOS, Info.plist - App Icon setting - is set back to None after Saving and reopening the file
I'm facing an issue in my Xamarin.Forms iOS project, and I'm hoping someone can help me to resolve it. (Visual Studio Mac, Xamarin forms)
Problem Summary:
In my Xamarin.Forms iOS project, I'm having trouble properly configuring the app icon. I…

TheJake
- 11
- 1
1
vote
0 answers
How to set a meta quest 2 app icon using Unity
I am trying to set up a meta quest 2 app icon for my app. I am using meta for business to push the app to the headset. It does show up as an app, however it only has the name of the app on the icon, not the actual icon I want to use.
I have tried to…

Sean Martin
- 11
- 1
1
vote
1 answer
How do I download my app icon from android studio with 512 px by 512 px dimensions?
I need to download my app icon from android studio which I made in android studio but I don't know how to download it with the background that I added in android studio and how to download it with 512 px by 512 px in high res, does anyone know how…

Marfog509
- 37
- 3
1
vote
1 answer
can't change app icon in flutter its blocks ic_launcher.png and add default android icon from ic_launcher.xml file android library
can't change flutter app launcher icon. it loads default android icon from integrated android library. when I try to delete ic_launcher.xml file from the path it deletes, but when I try to reopen the project it recreates the same ic_launcher.xml,…

Nns_ninteyFIve
- 439
- 4
- 12
1
vote
1 answer
issue with flutter launcher icons, after successfully installed it doesn't show the launcher icons in my android device
here is my pubspec.yaml file , here I am added correct what documents says,
here is my project structure and icon added folder
here I had successfully generated launcher icons from there flutter packages , and also in the terminal it shows ,…

Nns_ninteyFIve
- 439
- 4
- 12
1
vote
2 answers
ios app submit failed for AppIcon using eas submit
I am trying to submit my iOS app and I am getting this error:
Your iOS app icon is missing or is an invalid format. The icon must be a 1024x1024 PNG image with no transparency.
Please check your icon image and icon configuration in app.json.
Learn…

Mo Algh
- 71
- 3
- 15
1
vote
1 answer
How to revert app icon back to original in iOS?
I have successfully changed my app icon into an alternate icon on iOS.
However, I am wondering if it is possible to revert the changed icon back to the original one, that is in Assets folder without having to add it as an alternate icon in the…

paprika
- 164
- 1
- 8
1
vote
2 answers
How to add app icon properly in android react-native
Hi I added icons to android/app/src/main/res/..., the app icon showing perfectly in home screen like first image, but when minimize the app it showing default app icon like second image. how can change that icon also.
I cleaned build folder, gradlew…

Joshi G
- 453
- 9
- 16
1
vote
0 answers
Change image of AppIcon according to theme of app in Flutter
Here, I have three icon image for my app. I want to put each icon as the theme color of the app is changed.

Wai Yan Min Min
- 153
- 1
- 7