I want to send a data file to my Android app. I can send from Android to server but I can't send to Android. I am trying to use ServerSocket in the Android app but when I try to connect from my C# app I get a connection error.
Notes:
- The Android app connects to internet with the telephone operator's internet service.
- The C# app connects to internet with another internet service provider.
I would like a simple example.