0

Titles says it all - I've been able to connect a Mac to Xamarin.Forms app so I can use the iOS Designer to (successfully) build the LaunchScreen.storyboard file; but even after setting it to the Launch Screen in the Visual Assets of the Info.plist file, it still has the base Xamarin launch screen (the one with the light blue background and X icon).

This is being tested on an old iPhone 6S.

Thanks!

1 Answers1

0
  1. Config the LaunchScreen.storyboard in the info.plist, make sure the name is same as your file name:

enter image description here

  1. Close your visual-studio. Delete the bin/obj folder in both Xamarin.forms project and Xamarin.iOS project.

enter image description here

enter image description here

  1. Uninstall the app in your old iPhone 6S.

  2. Reopen your project, clean and rebuild, then install your app again.

nevermore
  • 15,432
  • 1
  • 12
  • 30
  • Thanks, so that worked on the Simulator; but not on my iPhone. Any ideas? Can I just make it a .xib or it will it get denied to be on the store? – Brad Panchura Jan 11 '21 at 16:16
  • EDIT - Neither a .xib or a storyboard works on my physical device unfortunately. – Brad Panchura Jan 11 '21 at 16:30
  • What's the iOS version of your real device? – nevermore Jan 12 '21 at 02:31
  • Can you please try the [solution here](https://stackoverflow.com/a/60843779/10539446)? – nevermore Jan 12 '21 at 08:39
  • iOS is up to date as much as Apple will allow it - 12.5 as of a few days ago. The storyboard is showing perfectly fine on all of my simulators; but will not show up on the physical iPhone 6S (neither will the AppIcons). I've even fully Reset the phone just to make sure it wasn't Springboard caching these items. – Brad Panchura Jan 13 '21 at 20:10
  • Well, it's really hard to say where is the problem as it should work if you followed all steps in the doc. Do you have another real device to test? – nevermore Jan 15 '21 at 02:19