Skip to main content

All Questions

Tagged with
1 vote
0 answers
213 views

iOS detect if device is used as wifi hotspot

I need to find out from my app, if the current device is used as personal wifi hotspot. And if there is any way to know which is the iPhone local ip (on the hotspot network). I found that the iPhone ...
Marco Mirisola's user avatar
0 votes
2 answers
6k views

Connecting to localhost via iPhone while connected to a hotspot

I need some help accessing a server that I have running on my mac. So basically my setup consists of mac on which I'm running my server and also using XCode to run the app on an iPhone connected via ...
David West's user avatar
1 vote
1 answer
1k views

Xcode wireless debugging over iPhone's hotspot in the park

For me wireless debugging works flawlessly on my home Wi-Fi, but I always wanted to go in the park and have the freedom of developing applications without the cable, where my iPhone provides Internet ...
George Valkov's user avatar
1 vote
0 answers
751 views

Error 1009, when doing GET request on local network

URLSession Error -1009 on local server I need to fetch data from a hardware device using HTTPS protocol. The IP address of the device is 192.168.4.1, when I'm connected to the device using it is ...
M.Aaquib's user avatar
0 votes
1 answer
7k views

Connect Google Home with iPhone 6 personal hotspot [closed]

I am trying to use Google Home Mini with iPhone 4g personal hotspot. When I am setting up Google home I get the error You are currently not on the same Wi-Fi network as your device. Please connect to ...
doorman's user avatar
  • 16.7k
3 votes
0 answers
560 views

Creating a captive portal for iPhone personal hotspot

So I've read that the two things that determine a captive hotspot for Mac OS devices are of they can reach an Apple DNS served as well as Apple.com with a correct user agent. However my goal is to ...
k9b's user avatar
  • 1,493
2 votes
0 answers
1k views

TCP connection not working properly when using iPhone as hotspot

I'm developing an application for iOS which is connecting through TCP sockets to a server aplication run on Android. In order to find the IP of the 2nd device I use a UDP request and receive the IP of ...
WWJD's user avatar
  • 1,124
-1 votes
1 answer
17k views

Find device on personal hotspot network in iPhone

I need find IP of device which is connected on iPhones personal hotspot. My solution is check every IP(from 172.20.10.2 to 172.20.10.255) which returns html with certain words. Because device return ...
user avatar
4 votes
0 answers
1k views

Communicate from Android device to iPhone using hotspot and local http server?

Is it possible to run an HTTP server on my iPhone (CocoaHTTPServer) and then connect to the iPhone hotspot from an Android device? I am thinking I would find the IP address of the hotspot (somehow) ...
Fraggle's user avatar
  • 8,677
-1 votes
1 answer
3k views

How can I get the IP adress of my personal hotspot or other information in code [closed]

I want to get the detail of my personal hotspot, such as the ip address, the device which connect to my hotspot. what's more, the information I communicate with other devices by my personal hotspot?
whitekevin's user avatar
11 votes
1 answer
6k views

How to get Subnet Mask and Broadcast Address of Personal Hotspot in iOS

I need to find out a way to find out subnet mask and broadcast address of my personal hotspot in iOS. I am using the following way to find the IP address of the device if it's connected to WiFi. But ...
Salman Zaidi's user avatar
  • 9,712
4 votes
0 answers
3k views

Personal hotspot breaks layout on iPhone

My layout is broken when I turn of my personal hotspot, when my personal hotspot is on, it goes well, but the layout stays the same when my personal hotspot is turned of. I have RootViewController ...
Andy Jacobs's user avatar
  • 15.2k