Forum Multiplayer PlayerIO not supported by Xamarin

Discussion and help relating to the PlayerIO Multiplayer API.

PlayerIO not supported by Xamarin

Postby srgfraser » June 30th, 2016, 8:12 pm

namespace PlayerIOClient.Internal
{
internal abstract class identifier1013
{
...
public virtual void FatalException(EndPoint remoteEndpoint, string message, Exception e)
{
Console.ForegroundColor = ConsoleColor.Red;
Console.WriteLine(message);
if (e != null)
{
Console.WriteLine(e.ToString());
}
Console.ResetColor();
}
...
}

This code is not supported by either Android or iOS...

Probably shouldn't be here anyway... Why you dumping production code to the Console.

Should take all of one minute to fix this and release a new version.

Stephen Fraser
srgfraser
 
Posts: 19
Joined: February 1st, 2013, 7:40 am

Re: PlayerIO not supported by Xamarin

Postby ChristianD » July 1st, 2016, 3:52 am

Better now?

https://playerio.com/download/

Just to double-check, are you using Xamarin.iOS and Xamarin.Android to compile a project using the .Net client or, or are you using the Unity3D client?
Christian
ChristianD
.IO
 
Posts: 63
Joined: May 13th, 2016, 4:44 am

Re: PlayerIO not supported by Xamarin

Postby srgfraser » July 1st, 2016, 5:44 pm

Yes, I'm talking about the .NET client. :D

Next step for you guys if you want better coverage with Microsoft would be to build this as a portable class library with Visual Studio 2015.

Stephen R. G. Fraser
srgfraser
 
Posts: 19
Joined: February 1st, 2013, 7:40 am

Re: PlayerIO not supported by Xamarin

Postby rtnm » November 7th, 2018, 6:41 am

Has anything changed?
Does PlayerIO support Xamarin.iOS, Xamarin.Android and Xamarin.Forms?
rtnm
 
Posts: 2
Joined: October 29th, 2018, 10:54 am

Re: PlayerIO not supported by Xamarin

Postby rtnm » November 7th, 2018, 7:25 am

It seems the .NET (not .Net Core) client is working.
rtnm
 
Posts: 2
Joined: October 29th, 2018, 10:54 am

Re: PlayerIO not supported by Xamarin

Postby Henrik » November 8th, 2018, 7:00 am

Awesome! :D
Henrik
.IO
 
Posts: 1880
Joined: January 4th, 2010, 1:53 pm


Return to Multiplayer



cron