We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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>
<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()
changeIcon("Default")
ResetIcon()
Sorry, something went wrong.
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.
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.
skb1129
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: