Hi @lida daryani ,
You could consider using ASP.NET Core SignalR. It is an open-source library that simplifies adding real-time web functionality to apps. Real-time web functionality enables server-side code to push content to clients instantly. And the SignalR .NET client runs on any platform supported by ASP.NET Core. For example, Xamarin developers can use SignalR for building Android apps using Xamarin.Android 8.4.0.1 and later and iOS apps using Xamarin.iOS 11.14.0.4 and later.
You can refer to the official document and sample code to learn how to use it, such as this link: ASP.NET Core SignalR .NET Client.
Besides, you can also search online, there has multiple tutorials about using Asp.net core SignalR with Xamarin, like this: Xamarin.Android - Realtime App with SignalR ASP.Net Core.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Best regards,
Dillion