Harsh Bhikadia

Results 198 comments of Harsh Bhikadia

I checked by adding delay - it worked but is unreliable - sometimes it too 4s - sometimes 8s, sometimes >10s. In android in older `connectToDeprecated` method we used to...

This the code I tested with ```swift NEHotspotConfigurationManager.shared.apply(configuration) { [weak self] (error) in guard let this = self else { print("WiFi network not found") result(false) return } if (error !=...

I see 3 approaches (from best case to worse case) from here to reliably return the result of connection request: 1. make `getSSID` work after `NEHotspotConfigurationManager.apply` 2. call `NEHotspotConfigurationManager.apply` twice...

Posted about it on Apple Forum: https://developer.apple.com/forums/thread/695418

@liamjbarry Got 1 response on the Apple Forum thread, will work on it and get back here.

@liamjbarry Thanks for the effort and sharing it. I am not good with Swift either, a lot of the swift code was written by someone else. @DominikStarke Can you check...

Check the readme, I have mentioned this thread there - https://developer.apple.com/forums/thread/91351?answerId=276151022#276151022. It requires special entitlements from Apple team, it is strictly restricted to "hotspot apps". Therefore, as of now it...