Click here to Skip to main content
15,884,059 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I need to run a plugin for wifiscan using wifi wizard plugin (Apache cordova) in Android background service with Visual studio 2015,

How can I run this plugin? In a background service (Android and iOS)?

Please guide me on this on further process.

What I have tried:

I tried Red-Folder/Cordova-Plugin-BackgroundService ,

Please suggest me on this,
Posted
Updated 23-Feb-16 16:20pm
Comments
Richard MacCutchan 23-Feb-16 3:37am    
What does the Cordova documentation tell you?
Member 12336167 23-Feb-16 22:57pm    
The Cordova/ Phonegap plugins use the middleware provided by the Cordova/ Phonegap environment - without it being in place (which it is not when the background service is running & app is closed) then there is no method to communication between the plugins.

I probably have to rip the logic from the WifiWizard plugin and recreate as a background service for android and IOS

Please suggest or correct me if I am wrong,

Is there any tutorial or guide to create a background service for android and ios?

Please help me in this regard
Member 12336167 3-Mar-16 23:18pm    
Please give suggestion or workaround

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900