wifiwizard2 2.1.0 getting error
See original GitHub issuePLUGIN version : wifiwizard2 2.1.0 “WifiWizard2”
iOS version : ios12
.ts code
if (typeof WifiWizard2 !== 'undefined') {
console.log("WifiWizard loaded: ");
this.selectBuildingOption = false;
this.isNotconnectwithWifi = false;
WifiWizard2.getCurrentBSSID(this.successNetwork, this.failNetwork); //always go to failNetwork
}
Error log in xcode
2018-10-08 16:57:59.043091+0530 @RTI[3797:356306] WifiWizard loaded:
2018-10-08 16:57:59.046592+0530 @RTI[3797:356306] Supported interfaces: (
en0
)
2018-10-08 16:57:59.046830+0530 @RTI[3797:356306] en0 => (null)
2018-10-08 16:57:59.061072+0530 @RTI[3797:356306] fail : Not available
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (6 by maintainers)
Top Results From Across the Web
wifiwizard2 - npm
WifiWizard2 enables Wifi management for both Android and iOS applications within Cordova/Phonegap projects. This project is a fork of the ...
Read more >Wifiwizard is added to my config and package.json file but I ...
I'm using ionic framework. When I want to install the wifiwizard2 plugin I get no errors but i'm not able to use the...
Read more >Cannot upload app on app store due to UIWebView error
I am getting my iOS application rejected by the app store due to the following error - ITMS-90809: Deprecated API Usage - New...
Read more >Ionic Forum - Latest posts - RSSing.com
What went wrong: Execution failed for task ':app:processReleaseResources'. > Failed to execute aapt * Try: Run with --stacktrace option to get the stack ......
Read more >detecting network connectivity in blackberry using phonegap
Error while getting WiFi Network information (SSID) in phonegap App using com.pylonproducts.wifiwizard plugin? ... Using phonegap app as alternative entry point ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@sarpherviz wow your are awesome bro. it’s worked. 😃
I get the “Not Available” error as you on IOS 12
Access Wifi Information : To use this function in iOS 12 and later, enable the Access WiFi Information capability for your app in Xcode. When you enable this capability, Xcode automatically adds the Access WiFi Information entitlement to your entitlements file and App ID.
I tried WifiWizard2 latest version and give “Access Wifi Information” on Capabilities screen for local test. getCurrentSSID and getCurrentBSSID functions are running perfectly.