Hi, I am trying to develop an app that can communicate with a web application. The app works like the following:
I have an ipad access to a web application I made,(It’s just a very simple webpage) and three android devices are ready to response. The webpage contains a “click me” button and when user click on the button, the three android devices will response to the click and it will show a text “Button from web is clicked”.
In short, I am trying to make them have connection to each other. I understand that I need to read some documentation about UnityWebRequest or WWW. Other than that, is there any other keywords/knowledge I can search/learn before I start it.
Also, I have run through the following website but its kinda new to me. I am still a noob.
Any advice or recommendations will be highly appreciated.
Thank you.