Data Transfer over Wi-Fi with out using Internet Data

307 views Asked by At

How can I transfer data to other non iOS devce over Wifi without using Internet.

I want to transfer images/ other data to a non iOS device over wifi.

2

There are 2 answers

2
CodeBender On

Google Nearby is another alternative, with explicit support for Android and iOS:

https://developers.google.com/nearby/

3
An Kit On

@Vineesh TP , I think you want to make a application like Xender.

It's not possible to tranfer file from Ios device to non Ios device on wifi without internet. But MultipeerConnectivity of Ios sdk allow you to transfer files between two Ios device.

To transfer file from Ios to non Ios device, you can use CocoaAsyncSocket.