[iOS18] Support for dark themed app icon in iOS 18 #25572
Unanswered
hallohallo133
asked this question in
Ideas
Replies: 1 comment 1 reply
-
You can easily fix it by making your own xcassets and putting them in the Platform/iOS/Resources folder. The compiler will pick it up on it's own. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Apple's iOS 18 supports custom app icons for light, dark and tinted mode, like described here:
(https://developer.apple.com/design/human-interface-guidelines/app-icons#Platform-considerations)
I did some research, but did not find a solution to implement this in MAUI yet. I then thought, if it is maybe possible to directly reference the appicon.appiconset, because in that way Xcode supports it, but I didn't find a solution for this either.
Does any of you know a workaround to implement the custom app icons or do we have to wait for MAUI's official support?
Beta Was this translation helpful? Give feedback.
All reactions