So I am developing an APP and I need to connect multiple android and multiple Iphone to send text data without any internet connection or service provider data network. So one of the phone will have to act as a server to relay information between them. But the app will have to decide which phone will be the server and if a phone that is the server leaves the conversation then another phone will pickup as the server this will all be done with some smart programming but before I get there.
I know Android WiFi direct can do a one to many connection setup which makes it easy to connect android phone and accomplish the task between android phone only. But the problems comes when I need to connect Iphone with the android phones. Since the Iphone must be able to act as a server as well.
I would like to know a few things:
- Can I connect Android and Iphone via WiFi Direct?
- Can I connect Android and Iphone using Multipeer connectivity feature on Iphone?
- Is there anyway to create a soft access point using Iphone? I know android can do this via WiFi direct feature.
If non of these can work can you suggest something.