Skip to main content

All Questions

Tagged with
0 votes
1 answer
658 views

How do I get my own hotspot ip address in flutter

I have a problem getting an IP address on my own hotspot. I found several plugins and found nothing.
Ianwazowski's user avatar
0 votes
0 answers
308 views

Requesting NEHotspotHelper entitlements permission for Apple

I'm developing an app that needs to be awoken when the user changes Wi-fi network, in order to make network measurements. To do this I've added network-authentication background mode in Info.plist, ...
Iuliu Moga's user avatar
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
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
2 votes
2 answers
4k views

GCDWebServer via Hotspot network

I'm developing an application where devices can connect and interact with each other via common wi-fi network and for the purpose of file exchange I'm using GCDWebServer. Everything is working great ...
Eugene Alexeev's user avatar
0 votes
1 answer
279 views

iOS Personal Hotspot breaks layout when navigation bar is hidden

I'm writing an application for iOS with Swift and I'm using the auto layout in all my View Controllers but When the personal Hotspot is activated, the view doesn't resize correctly and The bottom of ...
Hasti Ranjkesh's user avatar
11 votes
3 answers
4k views

NEHotspotConfigurationManager getting this alert:"Unable to join the network<name of network>" while error is nil

So i am trying to monitor the connection status by closers : func reconnect(success: @escaping () -> Void, failure: @escaping () -> Void) { let manager = NEHotspotConfigurationManager....
ironRoei's user avatar
  • 2,189
-1 votes
1 answer
2k views

create hotspot programmatically on iOS using swift [duplicate]

I'm using swift 4.2. I want to create personal hotspot on my iOS device(iPhone) but not finding any solution to this. I Read on another blog that Apps are not allowed to access settings like bluetooth,...
pravin nagmal's user avatar
0 votes
0 answers
307 views

Javascript unable to get hotspot lan IP address on mobile browser?

i am trying to get both ip for client Remote and Lan IP address , for now i am able to do this on all platforms , but if user is connected on Mobile hotspot i am unable to verify his local lan ip , is ...
Kodr.F's user avatar
  • 14.2k
1 vote
1 answer
14k views

Android/iOS set IP-address of device hotspot

Is there a way to "fix" or set up a static ip address of the hotspot? I need to guarantee a peripheral can connect to my server socket on that ip always. I am trying to connect a wifi peripheral ...
luckyging3r's user avatar
  • 3,115
2 votes
0 answers
170 views

swift - auto connect hotspot

I know it has been asked before but I am asking again to make sure I didn't miss anything. I am currently using the next code in order to connect a specific hotspot. This prompt a message to the user -...
Ros's user avatar
  • 144
1 vote
1 answer
969 views

Swift Status bar height change

Using Xcode 8 and Swift 2.3. In my app when I get WhatsApp call or enable hotspot, Status bar height changes and alignment gets altered. How do I refresh the screen when status bar height changes, ...
Sujay U N's user avatar
  • 5,282
3 votes
0 answers
3k views

Raspberry Pi 3 can't connect to iOS' Personal Hotspot

I'm currently working on an iOS app which needs to pair to a custom external device (smart camera relying on a Raspberry Pi 3) to work correctly. The pairing mechanism is currently based on WebSockets,...
cdescours's user avatar
  • 6,012
1 vote
2 answers
2k views

Personal Hotspot breaks UI layout

When the personal Hotspot is activated and bar resizes itself to 40px, the view does not resize correctly. The bottom goes 20px below the screen instead of being resized. I am using Auto Layout in ...
Nilesh's user avatar
  • 543

15 30 50 per page