Search Unity

Mobile Network Operator (MNO)

Discussion in 'Scripting' started by wliyang, Jun 7, 2020.

  1. wliyang

    wliyang

    Joined:
    Mar 21, 2020
    Posts:
    8
    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.
     
  2. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    38,689
    I've only done networking in Unity using the
    UnityWebRequest
    class. It can do a lot. Check out some tutorials.
     
  3. wliyang

    wliyang

    Joined:
    Mar 21, 2020
    Posts:
    8
    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.
     
  4. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    38,689
    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.
     
  5. unit_dev123

    unit_dev123

    Joined:
    Feb 10, 2020
    Posts:
    989
    i would recommend using language more suited to restful access such as nodejs it is very simple to implement.