Xamarin Forms - Live Chat - SignalR

Поділитися
Вставка
  • Опубліковано 12 січ 2025

КОМЕНТАРІ • 41

  • @zeklosar
    @zeklosar 3 роки тому +2

    Hi, great video, can you do somthing like this but to save messages and users in database.

  • @lolf5483
    @lolf5483 3 роки тому +1

    thanks for your videos, it help me a lot

  • @skyshilove8446
    @skyshilove8446 3 роки тому +1

    Great Video, thanks

  • @PMamsify
    @PMamsify 2 роки тому

    This tutorial deserves a like! My question is what are the sign in credentials or rather where is the data stored?

    • @learntechnologies9037
      @learntechnologies9037  2 роки тому

      Hello
      Thx a lot. Database needs to be generated. Run the web api and use swagger to populat it

  • @ibrahim19813
    @ibrahim19813 Рік тому

    can you this app join by firebase?

  • @shayan.650i
    @shayan.650i 3 роки тому +1

    thanks you for this video , Does this video have two parts? Please learn how to make a complete app like Telegram or Instagram

  • @oussamaimhaouran5812
    @oussamaimhaouran5812 2 роки тому

    Can you show how you made the swagger Chatapp webapi, I never used swagger before.

  • @motorparadise
    @motorparadise 3 роки тому +1

    where can I get the hub connection URL and how to use it globally? I mean host it somewhere else rather than local machine

    • @learntechnologies9037
      @learntechnologies9037  3 роки тому

      You change the localhost by your domain name.

    • @motorparadise
      @motorparadise 3 роки тому

      ​@@learntechnologies9037 can that be the name or url of my personal website I mean webhost. How can I host the files in my Personal Website and which files to host?

  • @nnguyetnam
    @nnguyetnam 3 роки тому

    Can this work when the mobile phone is in background (the app screen is off) or it only work when the app is in foreground mode (app active) ?

    • @learntechnologies9037
      @learntechnologies9037  3 роки тому

      For background you need to use push notification firebase.

    • @nnguyetnam
      @nnguyetnam 3 роки тому +1

      @@learntechnologies9037 thank you!

  • @AbhishekSingh-vp2qi
    @AbhishekSingh-vp2qi 3 роки тому

    Hello sir, i need a small help from you, as i am getting my sent message in receive side in the chat, as i have use converter it wont able to convert where the message is from sender it should not recive the send message. Please guide me sir

    • @learntechnologies9037
      @learntechnologies9037  3 роки тому

      Make a break point in web api side and see if the sender name is really sent correctly. Maybe a bug in my code 🤔

    • @Kyogunaik
      @Kyogunaik 3 роки тому

      Is this issue got resolved?

  • @karasushma8523
    @karasushma8523 3 роки тому

    I have downloaded the whole code from github it is asking me for login id and password what we have to give there to go inside ??

  • @teriyakov
    @teriyakov 3 роки тому

    How do you actually run 2 emulators? Starting a new instance closes down the previous one. How do you get this to work?

    • @learntechnologies9037
      @learntechnologies9037  3 роки тому

      Hello,
      You have to create 2 different instances of simulator and run one after one. Deploy your application on both.

    • @teriyakov
      @teriyakov 3 роки тому

      @@learntechnologies9037 After starting both emulators and deploying the app to both, they each have their own instance and I'm also not able to debug. What should be the steps to be able to run both emulators and have them share the same hub while being able to debug 1 of them? Is this possible?

    • @learntechnologies9037
      @learntechnologies9037  3 роки тому

      You can run debug only on one simulator. Make sure that the signalr project is running

    • @learntechnologies9037
      @learntechnologies9037  3 роки тому

      So run both of emulators. After that run the asp.net project and finally run applications.
      You can run one of the 2 applications in debug mode and make sur in chatservice that you putted the right url for your ChatHub.
      You can also test the succes of connection in method OnConnect

    • @teriyakov
      @teriyakov 3 роки тому

      @@learntechnologies9037 I've tried and I still have 2 separate apps running that don't interact with each other. 1 in debug mode on an emulator (i can step through the code on this), and 1 deployed to the other emulator. I'll try again another time. It shouldn't be this hard. Thanks for your help. Feel free to make a video on this if you have time. No one else covers this topic. Also, a video debugging with a real device would be awesome too.
      Thanks again.

  • @dotnetdevni
    @dotnetdevni 2 роки тому

    Singlr doesnt scale though ur better using something like twillio for this