Link to home
Start Free TrialLog in
Avatar of oo7ml
oo7ml

asked on

App To App Communication

Hi, i am in the process of designing my first app (so please be patient with me ;-) The app allows 4 users to connect together through the app.

I understand / think that the usual way that apps connect and share information is by:

- data is pushed to the app server
- data is then pulled by the other apps connected to the same service

Obviously this normal method requires a good data signal which is something that i don't want my app to reply on, so...

Question
Is there any other way that you can establish App to App communication without having to go through your App server and pushing and pulling the data... is it possible to establish App to App communication via bluetooth or WiFi or is this against iOS and Android development... thanks in advance for your help...
Avatar of Scott Fell
Scott Fell
Flag of United States of America image

I think the answer to your question is you can use bluetooth.  But the max range is probably in the same room as each other.  

Bump does about what you are asking about and it does sound like they use their servers to do the work and not bluetooth http://bu.mp/company/faq
Avatar of oo7ml
oo7ml

ASKER

Thanks, my users will always be within 5 meters of each other... can this be achieved with wifi as i know a lot of users have bluetooth turned off to save power...
ASKER CERTIFIED SOLUTION
Avatar of Scott Fell
Scott Fell
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of oo7ml

ASKER

Ok cool, thanks Padas