ios - Teacher-Student App; Communication between mobile devices -


A client asked me to write an app for him (iOS), where the teacher does something on his tablet and students Something is happening in real time on my mobile devices Example: The teacher asks a question; Students see and answer questions; The teacher sees who clicked

Now, what is the best way to approach that technique? I have yet thought through these methods:

  • Set up a server and communicate on the server - & gt; Issue: Client devices will need some type of push notification system
  • Register all client devices on the teacher device and then contact them directly

    In these ways Neither is it good for me, have any of you experienced this kind of use? What could be another easy option to do this? Are there some types of RMI for iOS?

    Thank you in advance for your reply!

    IOS and Android have built in push notification system

    I recommend You will not need push notifications if your server is connected to the server, so that they can access the data through that connection. Can get it.

Comments