-3

is there possible to programatically disable wifi auto join option in iPhone?

any help will be appreciated. thanks in advance

arun
  • 1
  • 6

1 Answers1

2

Short Answer: No.

Longer: This would violate the general idea of a sandbox if a process within the sandbox changes the system outside.

Think the other way around: You can check the SCNetworkReachability flags about the current connection and respond within your app.

Helge Becker
  • 3,219
  • 1
  • 20
  • 33