Hello!
I am building an AR app for IOS Devices and I am wondering if an app will be rejected if I publish an app on App Store using a method that retrieves the location using the IP address from https://api.ipify.org?
(The only thing I need from the json data is the CountryName.)
Here are the Information I get from Json
"ip":
"version":
"city":
"region":
"region_code":
"country":
"country_name":
"country_code":
"country_code_iso3":
"country_capital":
"country_tld":
"continent_code": ,
"in_eu":
"postal":
"latitude":
"longitude":
"timezone":
"utc_offset":
"country_calling_code":
"currency":
"currency_name":
"languages":
"country_area":
"country_population":
"asn":
"org":
Thank you
0
0
1.1k