I am working around wifi direct and NSD (Network Service Discovery) to transfer files.
- NSD: where serivce has been created and can scan the other devices which are publishing the same service with in the same network.
- WiFi Direct: This is used to scan the near by devices without network
- WiFi P2P Network Serice Discovery: This is used scan the service near by devices where other devices provide the same service (NSD+WiFi Direct)
As per requirement, I need to give compatibilty to iOS device even though both are not in same network. I came to know that NSD is similar to Bonjour service by iOS.But this can be possible when devices are in the same network.
Is there any way to get connect to iPhone when both are not in same not network?