Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOS issue #97

Open
Vishujain1 opened this issue Dec 1, 2023 · 3 comments
Open

IOS issue #97

Vishujain1 opened this issue Dec 1, 2023 · 3 comments
Assignees

Comments

@Vishujain1
Copy link

Vishujain1 commented Dec 1, 2023

Platform
Ios is not working, When try to change appIcon in ios it gives me two alert for appicon change but appicon is not changed.

@Jumpingquasar
Copy link

Jumpingquasar commented Dec 1, 2023

Same here. I'm sure I have the info.plist setup correctly. The modal says the icon is changed but a dummy icon appears. Not sure why it's not working.

FYI this is what I have added:
<dict> <key>CFBundleAlternateIcons</key> <dict> <key>NewYear</key> <dict> <key>CFBundleIconFiles</key> <array> <string>NewYear</string> </array> <key>UIPrerenderedIcon</key> <false/> </dict> </dict> <key>CFBundlePrimaryIcon</key> <dict> <key>CFBundleIconName</key> <string></string> <key>CFBundleIconFiles</key> <array> <string>AppIcon</string> </array> <key>UIPrerenderedIcon</key> <false/> </dict> </dict>

Edit: I could fix this by using changeIcon("Default") instead of ResetIcon()

@lwts
Copy link

lwts commented Dec 3, 2023

Same here - alert is showing that it has changed but the icon is not changing. Working as expected in Simulator but not on production builds.

@jacobmolby
Copy link

Sometimes it can be cached by the home screen. Try to hold down an icon, to go in to edit mode and the exit again. Then it should update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants