scottdermott / cordova-plugin-discovery

Cordova Service Discovery Plugin for Android & iOS
MIT License
31 stars 30 forks source link

0 device in list #22

Open PepeMax opened 3 years ago

PepeMax commented 3 years ago

async ngOnInit() { this.serviceDiscovery.getNetworkServices('ssdp:all') .then(devices => console.log(devices)) .catch(error => console.error(error));

result : [ ]

On iOS and Android ???

bchehraz commented 2 years ago

I'm also trying to get this plugin to work, not sure what I need to do...