skb1129 / react-native-change-icon

Change your application icon programmatically for React Native apps
MIT License
500 stars 92 forks source link

Not working on IOS #23

Closed MuhammetAdamoglu closed 4 years ago

MuhammetAdamoglu commented 4 years ago

Platform

When I change the icon, I get an alert like "icon has been changed" but there is no change in the icon. Can you review the screenshot I shared below and help me find out where I went wrong?

Ekran Resmi 2020-10-26 15 37 41 Ekran Resmi 2020-10-26 15 37 21
MuhammetAdamoglu commented 4 years ago

ok, I understood my problem

afgarcia86 commented 3 years ago

@MuhammetAdamoglu I am having the same problem can you explain what you did to fix it?

MuhammetAdamoglu commented 3 years ago

@afgarcia86

Ekran Resmi 2021-01-18 21 31 09

Hi, I changed the icon name to icon_name@2x.png and icon_name@3x.png. I'm not sure that this is the solution to the error. If it doesn't work, tell me tomorrow I will examine it in detail.

afgarcia86 commented 3 years ago

That was it thanks!

tearjuIce commented 3 years ago

hi. even with the correct icon name, my app icon shows no change. is there any other things i should considers?

sohail-dragon commented 3 years ago

hi. even with the correct icon name, my app icon shows no change. is there any other things i should considers?

Might be a little late, but I had a debug.plist which needed to be updated as well. Maybe it helps you. If you haven't already found a solution that is 😛

dancixx commented 3 years ago

Hi guys. I had the same issue and spent 2 days with that. My default icon was created from .jpg originally and Apple doesn't support this method because the original .png has another structure and won't see the icon path of the application. I hope it will help you.