iOS App Icon Missing on Xamarin iOS
I opened my info.plist with notepad and edited the Asset path which was pointing to the Resources/... folder while my icons were directly in the root of the application. make sure the following path is correct.
<key>XSAppIconAssets</key>
<string>Assets.xcassets/AppIcons.appiconset</string>
No comments:
Post a Comment