question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

wifiwizard2 2.1.0 getting error

See original GitHub issue

PLUGIN 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:closed
  • Created 5 years ago
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
bhumin3icommented, Dec 3, 2018

@sarpherviz wow your are awesome bro. it’s worked. 😃

1reaction
sarphervizcommented, Nov 4, 2018

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found