Questions tagged [appicon]

137 questions
0
votes
2 answers

"Image Asset" option missing in Android studio for flutter project

To change the app icon for the flutter app and to fillup, the entire circle with the custom icon looking for the "Image Asset" option but couldn't find it in the following menu?
shehzy
  • 2,215
  • 3
  • 25
  • 45
0
votes
0 answers

How do I change the iOS icon in the open app list in Xamarin

How do I change the Icon in the open app list? I've filled in all of the icons in the Assets.xcassets file. Where else do I need to look?
megalodon
  • 3
  • 3
0
votes
1 answer

How to show different app icon in jump start list & taskbar for different themes?

I am developing an UWP app. The app icon in jump start list is changed when I upgraded to version 20H2 from version 2004. In 2004, the jump start list app icon was shown from targetsize icon. But in 20H2 it seems like the icon is showing from…
Abu Raihan
  • 87
  • 8
0
votes
0 answers

how to create customisable app icons Swift

I'm currently developing my first IOS app and I want to give the user the option to pick an icon for the app. I'm currently giving the user the option to set the icon from a list of preset icons that I have created manually, but when I'm doing it…
Petter Braka
  • 311
  • 1
  • 11
0
votes
0 answers

Change App Icon by downloading from server at runtime

I want to change the app icons at runtime. I went through the below article: https://blog.jakelee.co.uk/programmatically-changing-app-icon/ , which talks about using to change the app icon at run time. I tried it and it works. But I…
0
votes
1 answer

Flutter app icon does not change in ios simulator for flutter_launcher_icons

I'ved used flutter_launcher_icons: ^0.7.4 - https://alligator.io/flutter/app-icons/ and ran the command in my mac. After relaunching the app, I noticed the app icon is not changed. But if opened in xcode and deploy to device/appstore, the app icon…
Axil
  • 3,606
  • 10
  • 62
  • 136
0
votes
2 answers

How to put an icon for my android app using kivy-buildozer?

I made an android app using python-kivy (Buildozer make it to apk file) Now I want to put an image for the icon of the application. I mean the picture for the app-icon on your phone. how can I do this? I cannot find any code in kv
Reihaneh Kouhi
  • 489
  • 1
  • 7
  • 23
0
votes
0 answers

Android Studio, how to create a custom adaptive mipmap ic_launcher icon for API-26

I'm trying to update an existing app, it's been a few years since the last update and I've updated Android Studio to the most recent version v3.5.3. Among other things I want to change the app icon, so I've updated all the PNG files. However, in the…
BdR
  • 2,770
  • 2
  • 17
  • 36
0
votes
0 answers

How to set app icon using an API in android studio

I am trying to change app icon dynamically from backend, i don't know if that is possible or not but since we are able to use activity-alias to change icon, this looks feasible.
0
votes
1 answer

Why does my app icon not appear in one system function on iphone?

It doesn't show when you double touch on the home button on iPhone 8 but it does on the simulator for iPhone 8. Here are two screenshots of what works and what doesn't: Working on simulator: Not working on device: It should be the yellow icon but…
Matt
  • 560
  • 1
  • 5
  • 12
0
votes
1 answer

App Icon not appearing after MDM installation by client

Our app is published to the app store. It is an iphone app. One of our clients is pushing our app via his MDM so that his employees can access it on their ipad- our client has a Volume Purchase Program from Apple(I don't have information about what…
Shweta
  • 1
0
votes
1 answer

Why does my Android app icon now show as a black square

My app icon was displaying correctly. A png file. But somewhere along the way, it has turned into a black square. As far as I know, I haven't changed this since the beginning. Here is the app in Android Studio 3.5.2 Here is how it is specified in…
JJJones_3860
  • 1,382
  • 2
  • 15
  • 35
0
votes
1 answer

How to set App Icon for a scripting Application written in AppleScript?

I used following both techniques but unable to achieve. Set icns file in Plist - this shows up the icon in the dialog boxes but not in the dock. Do get info on the app and paste the app icon. This works very well but unable to Software sign it.…
developer A
  • 19
  • 1
  • 6
0
votes
0 answers

How to place my App Icon into an iOS alert window

I want to place my app icon into an alert controller above the alertTitle - same as for the alert that opens if an app review is called by SKStoreReviewController.requestReview(). I have not found any documentation about it. So, what to do with the…
Dirk
  • 25
  • 8
0
votes
1 answer

How to reuse app icon image using `require`?

The react native app icons are put in ios\VietVanHocTro\Images.xcassets\AppIcon.appiconset and android\app\src\main\res\mipmap-... folders. How can I use these icons in the application without duplicating them? Can I use isOS ?…
o0omycomputero0o
  • 3,316
  • 4
  • 31
  • 45