2

In my iOS application I want to connect iPhones together using WiFi Signals.

Suppose i have 3 iPhones and all 3 have WiFi ON from Settings but no iPhone connected to any available WiFi network only WiFi setting is ON.

I know about "Bonjour services" and how to use that to connect iPhones together over WiFi but Bonjour requires connect all iPhones to same WiFi network.

So is it possible to connect iPhones over WiFi facility only, without joining any WiFi network?

jscs
  • 63,694
  • 13
  • 151
  • 195
Hashim Khan
  • 440
  • 1
  • 5
  • 15
  • https://developer.apple.com/library/ios/documentation/MultipeerConnectivity/Reference/MultipeerConnectivityFramework/Introduction/Introduction.html – mostruash Sep 01 '14 at 14:17

1 Answers1

0

Create access point from one iPhone and connect to it with another.

Instructions from Apple

Cy-4AH
  • 4,370
  • 2
  • 15
  • 22