Base solution for your next web application
Open Closed

Mobile App does not deploy on xamarin live player #5878


User avatar
0
avanekar02 created

Hello

Mobile app runs fine on emulator Visual Studio Emulator, but when i try to run the same it does not run on xamarin live player .

any idea how to test app on live player

regards Anwar


3 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @avanekar02

    Do you have any exception message ?

  • User Avatar
    0
    avanekar02 created

    hello

    throws a huge list of errors, but runs fine on emulator.

    i will send it on email as there is no option attach a rtf file

  • User Avatar
    0
    alper created
    Support Team

    see https://docs.aspnetzero.com/documents/zero/latest/Development-Guide-Xamarin#debugging-ios

    from the docs;

    Xamarin Live Player currently does not support some of the key features. Thus ASP.NET Zero Xamarin application cannot be debugged on Xamarin Live Player. Further information read Xamarin Live Player limitations.

    Xamarin team say Live Player is for basic applications and when there are Custom Renderers, Third party MVVM frameworks, reflection or advanced scenarios with custom generic classes and interfaces may not be supported.

    Thus Live Player is just for simple apps. Even James Montemagno say this in a podcast.

    related #5191