i need information, what must i do, when i want to change the default fusetools icon with my custom icon on iOS platform ?
Now i use these parameters for icons with my custom icon in my project file:
It is important to note that your custom icons only get used when you make a release build of the app, not a debug/preview one. To make a release build, you need to run a command similar to this one:
uno build --target=iOS --configuration=Release -d
Aside from that, you can check what the icons look like in XCode before exporting the build to iTunes connect.
Thank you for your information, but it has not helped me.
The solution of this issue is only edit icons of application directly in XCode. Fuse project file does not provide these icons correctly. It’s missing option for iPhone Notification iOS 7 - 10 with resoltion 20pt (2x and 3x).