How would I use the classic style of app icon set for iOS? #12381
-
I'm running into an issue with specifying my app icon. For context, I am converting an old Xamarin Forms application to .NET MAUI, and I have an I have an
I have the I have removed What am I doing wrong? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Alright, I solved it! You must add the For example:
After that, you simply specify the path inside your |
Beta Was this translation helpful? Give feedback.
Alright, I solved it! You must add the
Assets.xcassets
as aBundleResource
in yourcsproj
.For example:
After that, you simply specify the path inside your
plist
as seen above.