How can I get available WiFi list with NEHotspotHelper (IOS, objective-c)
I have already done this. 1. Add IOS certifivate in Apple Developer page. 2. Add identifiers App IDs with Network Extension enabled in Apple Developer page. 3. Add provisioning profile in Apple Developer page. 4. Create xcode project and type the correct bundle ID which made in apple developer page. And sign right team. 5. Add capabilities and library (Network Extension framework). 6. After 5, Entitlement file is generated automatically in my xcode project. 7. At last time I wrote the code like this. NSLog(@"List Scan START"); NSMutableDictionary* options = [[NSMutableDictionary alloc] init];