Hello! I'm a student programmer, so I probably have a stupid question, but I do not understand it.
I'm writing projects under unity3d and pretty well figured out how to use signalr for an application on a PC. Just drop the dll in the "Plugins" folder and it's ready. Now the crux of the matter. Where can I find the library for the application on Android? Usually they are in the .so format and I drop them into the Plugins / Android folder and everything works. But SignalRClient.so and anything like that I could not find.
I understand that you can download the sourse code and somehow compile it and get a .so file. But I still do not understand this and ask for help me and integration of the application on android.
Thank you for your attention, the text was written using "GoogleTranslate". I'm from Russia-.-
Firstly, ASP.NET SignalR is a new library for ASP.NET developers that makes developing real-time web functionality to applications easy. For more information about ASP.NET SignalR, please check
this link.
Besides, if you’d like to use SignalR in your regular Java or Android applications,
this documentation and sample on github might be helpful, please refer to it.
With Regards,
Fei Han
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
None
0 Points
1 Post
Integration under android
Dec 21, 2017 08:30 PM|Gray Wilson|LINK
Hello! I'm a student programmer, so I probably have a stupid question, but I do not understand it. I'm writing projects under unity3d and pretty well figured out how to use signalr for an application on a PC. Just drop the dll in the "Plugins" folder and it's ready. Now the crux of the matter. Where can I find the library for the application on Android? Usually they are in the .so format and I drop them into the Plugins / Android folder and everything works. But SignalRClient.so and anything like that I could not find. I understand that you can download the sourse code and somehow compile it and get a .so file. But I still do not understand this and ask for help me and integration of the application on android. Thank you for your attention, the text was written using "GoogleTranslate". I'm from Russia-.-
All-Star
40565 Points
6233 Posts
Microsoft
Re: Integration under android
Dec 25, 2017 05:46 AM|Fei Han - MSFT|LINK
Hi Gray,
Welcome to ASP.NET forum.
Firstly, ASP.NET SignalR is a new library for ASP.NET developers that makes developing real-time web functionality to applications easy. For more information about ASP.NET SignalR, please check this link.
Besides, if you’d like to use SignalR in your regular Java or Android applications, this documentation and sample on github might be helpful, please refer to it.
With Regards,
Fei Han