Friday, July 13, 2018

iOS App Icon Missing on Xamarin iOS

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

How to upload app to macOS

1. Open Terminal Press Cmd (⌘) + Space , type Terminal , and hit Enter . 2. Navigate to Your Build Output Directory Your .app file is likel...