Mobile Network Operator (MNO)

Hello, everyone.

I was working on communication with Backend api.
I need to send post request to server.
when I send post data to server, I need to send mno (mobile network operator) of mobile phone.
I am using Unity 2019.2.12f.
I think Java native plugin will be need but I don’t know how to do it.
Please help me.
Thank you so much.

I’ve only done networking in Unity using the UnityWebRequest class. It can do a lot. Check out some tutorials.

Hello Kurt-Covering
Thank you for your response.
Can you please explain here in detail?
I have not found solution yet.
i twill be better if you write some script here
Thank you.

There are plenty of UnityWebRequest tutorials out there. Check also the documentation. I don’t know what your use case is, I don’t know what your requirements are, only you know that.

It is YOUR job to write YOUR scripts. If you have a specific issue, come back and post here.

How to report problems productively in the Unity3D forums:

http://plbm.com/?p=220

Help us to help you.

i would recommend using language more suited to restful access such as nodejs it is very simple to implement.