简体   繁体   中英

How to change the App icon in a Xamarin Forms iOS App?

I want to change the Icon of my Xamarin Forms App. I already replaced all the AppIcons in the Asset catalog, but it still shows me the default Xamarin Logo. I even specified the Assetcatalog in the info.plist file, and it didn't work either. I still have this Xamarin Forms Logo and I have no ideas what to do. Any help would be nice!

1.Please check the limitations of Hot Restart

Asset Catalogs are currently not supported. When using Hot Restart, your app will show the default icon and launch screen for Xamarin apps. When paired to a Mac, or developing on a Mac, your Asset Catalogs will work.

If you use mac agent to deploy your application on device, the problem should be able to solved.

2.In the Info.plist file, make sure you choose the right asset source for the App Icons.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM