For usage with Xamarin Live Player workflow.
Questions tagged [xamarin-live-player]
45 questions
0
votes
1 answer
Xamarin Live Player Visualization Error: Didn't Find Class
I've been trying to get the OneSignal Xamarin SDK setup complete to test it out for an app I'm working on, but I've run into a wall after finishing the setup according to the instructions here OneSignal Documentation - Xamarin SDK Setup. When I go…

cjpartin
- 117
- 1
- 7
0
votes
0 answers
Xamarin Forms OAuth2 Error Target of Invoke is null
After solving this problem I ran into another.
I changed the NuGet-package and implemented everything as described here.
I also added the initialization code in the AppDelegate.cs. But if I push the button to login I get the following error message:…

Daniel Eisenreich
- 1,353
- 3
- 16
- 32
0
votes
0 answers
Xamarin Forms with Xamarin Player OAuth2 NInterpretException
I'm currently on developing some little application for iOS and Android. Therefore I need an OAuth2 authentication.
How I proceeded (from here)
Create a new Xamarin.Forms project from the templates with the default Item and About page
Add…

Daniel Eisenreich
- 1,353
- 3
- 16
- 32
0
votes
1 answer
Xamarin Live Player does not load shared libraries all the time
Context:
I have a Xamarin Android project that calls a shared library (.so) and I'm using Live Player to run the app on my device.
Problem:
The app only runs fine sometimes. When it doesn't, I get no exception at Visual Studio and I only get a…

MJZ
- 174
- 13
0
votes
0 answers
Xamarin WebView showing Blank Page when using Local Network with HTTPS
I have a
showing a React app with these URLS
You can now view my-app in the browser.
Local: https://localhost:3000/
On Your Network: https://192.168.5.32:3000/
It needs to be HTTPS.
The…

gneric
- 3,457
- 1
- 17
- 30
0
votes
1 answer
Can't run brand new Xamarin Forms in Live Player
I created a brand new Xamarin Forms project and made no changes to it whatsoever.
I paired the LivePlayer installed on my iPhone and when I build the solution I get no errors.
However, when I try to debug using LivePlayer, it fails and the only…

Sam
- 26,817
- 58
- 206
- 383
0
votes
1 answer
Deployment of app to device failed
I have Xamarin Live Player up and running.
When I use it with a newly created Xamarin Forms (Master Details) app, it works fine. I see the app on the device.
However, when I try to run my full-blown app, Visual Studio tells me "Deployment to device…

tmighty
- 10,734
- 21
- 104
- 218
0
votes
1 answer
IndexOutOfRangeExeption Xamarin Live Player
I'm studying Xamarin for two weeks now and I'm following the Xamarin.University course (Consuming REST-based Web Services (XAM150)). In an exercise we have to simply check the connection of the phone. My emulator (Android 7.0) in Visual Studio 2017…

Marijke
- 153
- 3
- 14
0
votes
3 answers
Json.Net doesn't work in Xamarin
I have this code in a Xamarin type solution
public async Task GetList(string urlBase, string servicePrefix, string controller)
{
try
{
var client = new HttpClient();
client.BaseAddress = new…

Julian Solarte
- 555
- 6
- 29
0
votes
1 answer
Multiple Startup Projects
I'am using VS 2017 with a webapi and xamarim forms project.
I configured the xamarin live player and managed to use it successfully, but when I put it to run along with the webapi project, only the android project starts (On Live Player).
Startup…

Vinicius Gonçalves
- 2,514
- 1
- 29
- 54
0
votes
0 answers
Type Exception when adding seperate groups to a listview in forms and deploying to IOS with live
So i am trying to add multiple groups of items to a listview in xamarin forms. It works perfectly fine with just simple objects as such:
todoListView.ItemsSource = new List
{
new TodoItem{ TimeLeft="13:30",…

Alan Mark Kristensen
- 119
- 1
- 3
- 16
0
votes
1 answer
Xamarin Live Player .NETStandard 2 Work?
Does Xamarin Live Player work with .NETStandard2 library?
I have tried with my Android phone as well as an emulator.
The application was out of the box template File - New MasterDetail template. I have the latest Visual Studio and Live…

David
- 3,047
- 4
- 45
- 79
0
votes
1 answer
Xamarin Forms iOS azure mobile Live Player in iPad. "No Body on Method", NInterpretException
Below is my ICloudService
public class AzureCloudService : ICloudService
{
MobileServiceClient client;
public AzureCloudService()
{
Microsoft.WindowsAzure.MobileServices.CurrentPlatform.Init();
client = new…
0
votes
1 answer
Refreshing screen in Xamarin Live Player
Is there a way to refresh the screen in the app on Xamarin Live Player without stopping and restarting debug mode?
If I make a change in my xaml file, I currently need to stop debug mode and restart it which is not very efficient.

Sam
- 26,817
- 58
- 206
- 383
0
votes
1 answer
Xamarin live player visual studio 2017 preview not showing up
I have followed every steps descrived on https://developer.xamarin.com/guides/cross-platform/live/install/.But not getting the live player on device. I found the that Xamarin for Visual Studio
version is 4.6.0.295 but for live player it need to be…

Biswanath Maity
- 171
- 1
- 4
- 19