Please someone help me implement chat application in Xamarin form.
I have tried https://github.com/jamesmontemagno/app-monkeychat link to implement. But I did not found package Ip Messaging Package in neuget.
Highly appreciate your help.
Thank you
Monkey chat is using the Twilio library, have you thought about using SignalR?
https://montemagno.com/real-time-communication-for-mobile-with-signalr/
And others -
https://www.c-sharpcorner.com/article/create-a-chat-app-using-asp-net-and-xamarin-android-with-signalr/
https://developer.telerik.com/products/real-time-mobile-apps-with-appbuilder-xamarin-and-signalr/ (depends on telerik though)
https://medium.com/#edgarleonardo/websockets-implementation-with-signalr-and-xamarin-forms-d9244fa128da
There should be enough information across all those articles to allow you to get started on your application.
Related
I have been building chatbot in Python associated with Telegram, I have been using Library named python-telegram-bot for same. But I want to develop my own APIs in Python 3.x using Telegram but when I checked link https://core.telegram.org/bots/api this doesn't look clear at all.
Could experts please do guide me how to work on these APIs? I mean its not clear to me even end points for various operations are NOT clear. Would be grateful if experts could guide here.
First off, my apologies regarding the nature of this question as I am new to the game and trying to help a friend and realized I can't even help myself with this one.
I am having issues creating push notifications and can only use ASP.NET core 2 web server. The issue is sending them from the server, I cannot get that done at all.
Is there anybody who can help me, perhaps send the package or code and if so, if the packages could be live as the ones I have found haven't been committed in over 3 years now.
Any help would be much appreciated, thank you in advance guys.
There are serveral open source NuGet packages available, all with pros and cons. Read the API and sample code before you go with one:
PushSharp is one of the big players, unfortunately it seems no longer maintained. It does not support Apple’s «new» HTTP API and Google’s HTTP V1 API.
dotApns: Perfect support but only nor Apple Push.
Firebase Admin SDK: Far too large, only supports FCM (Android and iOS) but no native/direct iOS support. I didnt like the idea of relaying iOS push messages trough FCM.
So, I went the long way to create my own NuGet package which supports native Android/FCM and Apple/APNS push notifications:
.NET standard library: https://www.nuget.org/packages/PushNotifications.Server
ASP.NET integration: https://www.nuget.org/packages/PushNotifications.Server.AspNetCore
These days I started working on Xamarin a cross platform tool.I am using Xamarin Forms and have almost nearby completion of my project except some challenges I am facing and need to resolve. Please do help me as how to achieve it using Xamarin forms.
a) As per the requirement I wanted to give an option of "Share And Invite" but I did not find any cross platform API to do that, please shed some light on it.
b) I wanted to integrate an option of InApp analytics rather than Google analytics, for e.g. I wanted to know the action being performed by user on a certai page like how many times he is logging in or signout of application etc..
Any help will be really appreciable.
for the first question (If I have understand your problem) I think you can take a look to this plugin
Share plugin for Xamarin
for the second, maybe Insight could help you
Xamarin Insight
Does anyone happen to know any Meteor developers who also have experience utilizing Tokbox Video Streaming API? We have a web app that is 90% completed and we are looking for help fully integrating our video functionality. Any referrals/guidance/direction would be appreciated.
If you could post a minimal Meteor app with Tokbox that you can't get working, we could try to help you through it. Once that works, you could integrate those learnings into your real app
I have a silverlight application and i want is that my application should ask for the user name and password and the client should be able to start chat with their facebook friends.Could this be done? and if so then is there sample code available
This is the question of what kind of API Facebook provides. There aren't any inherent issues here if Facebook exposes this sort of functionality to third parties. I'm not an expert in this, but reading the facebook documentation should help you out.
http://developers.facebook.com
Also maybe check out these links:
http://wiki.developers.facebook.com/index.php/LiveMessage.send
http://wiki.developers.facebook.com/index.php/Fb:chat-invite
It looks like some folks developed a framework to more easily interop facebook with .net based technologies:
http://facebooktoolkit.codeplex.com/
Here they are discussing the LiveMessage stuff:
http://facebooktoolkit.codeplex.com/Thread/View.aspx?ThreadId=62384
People did facebook chat clones on the web, and in standalone apps (http://www.faceoffim.com/), so at least in principle it's certainly doable.