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
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
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
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 votes
1 answer
3k views

How to create a hotspot network in iOS app using Swift [closed]

I want to create a hotspot network in iOS app using Swift, and only Apple-approved APIs.
Asheesh's user avatar
  • 581
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
2 votes
2 answers
2k views

Programmatically set wifi hotspot password

I want to set my WiFi hotspot password programmatically for my application so that user don't have to go to the setting menu to check their password. I am already using NEHotspotNetwork, where it set ...
g212gs's user avatar
  • 849
12 votes
3 answers
2k views

AVPlayer crash when resizing window during fullscreen while hotspotting

I'm coding on an app where uses can watch a wide array of videos. I open the video in fullscreen on button tap and the user is able to use the playback controls to resize the window. The issue I'm ...
ClockWise's user avatar
  • 1,509