Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Mobile App (Xamarin Forms) Project : IOS LaunchingScreen Cannot Show Correctly #15759

Closed
vsfeedback opened this issue Jun 7, 2023 · 1 comment

Comments

@vsfeedback
Copy link

This issue has been moved from a ticket on Developer Community.


I am creating app with Mobile App (Xamarin Forms) for android and ios. When debugging for ios, i came across these issues:

  1. When debugging with iphone device( iphone 11), it's app icon and launching screen did not change no matter what changes i did in Asset Catalogs and LaunchScreen.storyboard , which showing as :
    Icon60.png
    Default.png
  2. When debugging with simulator iphone 14 ios 16.4, app icon will changed together with Asset Catalogs.Assets.AppIcon, but launching screen will always be black sceen.
    3.IOS project created with Mobile App (Xamarin Forms) selection is much different from it created with IOS App(Xamarin) selection in template window.
    no selection in dropdown
    1685693305713.jpg
    no .xib file in Resource

App worked well except for launching screen showing.


Original Comments

Feedback Bot on 6/2/2023, 01:24 AM:

(private comment, text removed)


Original Solutions

(no solutions)

@jfversluis
Copy link
Member

Looking at the screenshots it seems you might be using Hot Restart. One of the limitations is that you cannot change the icons or launch screen as documented here: https://learn.microsoft.com/xamarin/xamarin-forms/deploy-test/hot-restart#limitations

Try it through a connected Mac and see if the problem is resolved then. If not, please open a new issue. Thanks!

@jfversluis jfversluis closed this as not planned Won't fix, can't repro, duplicate, stale Jul 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants
@jfversluis @jsuarezruiz @vsfeedback and others