Search Unity

How to Get Country Code

Discussion in 'Scripting' started by Alexander21, Dec 2, 2020.

  1. Alexander21

    Alexander21

    Joined:
    Dec 14, 2015
    Posts:
    302
    Hi All

    In my App I am sending through Firebase. Its working. I have to find the country code through unity or through php. How can i find the country code.

    Edit: In my app i dont have tapi .
     
  2. Schneider21

    Schneider21

    Joined:
    Feb 6, 2014
    Posts:
    3,512
    Are you trying to fetch this automatically? You'd need access to the device's location services (which would require a permissions request first) to pull that data. Otherwise, if you want it selected manually, you can make a list of countries with their associated country codes, and when they select the country from the list, get the matching code and use that.
     
    Joe-Censored likes this.
  3. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    38,749
    Schneider21 and Joe-Censored like this.
  4. adityakaishav

    adityakaishav

    Joined:
    Jan 16, 2019
    Posts:
    27