Tarık Seyceri
Tarık Seyceri

Reputation: 463

Forget / Remove Stored WiFi Network in iOS Programmatically

Since adding WiFi Network Programmatically in iOS is nearly impossible without jailbreaking the Iphone :(

Is it possible to Forget / Remove an already stored WiFi Network Programmatically with SWIFT or Objective-C without jailbreaking the iphone?

Upvotes: 3

Views: 534

Answers (1)

Marmelador
Marmelador

Reputation: 1017

Unfortunately not, as this is not something done in the scope of an application. And if it was possible, it seems like a sure way to not get your app approve for the App Store.

Upvotes: 1

Related Questions