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)
-
0
Hi @avanekar02
Do you have any exception message ?
-
0
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
-
0
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