Tagged Questions
0
votes
0answers
39 views
Read data from device via iPhone app
I looked around for an answer but couldn't find anything related. My question is if I can connect another device with the iPhone/iPod/iPad via USB. Maybe I would need another device to connect the ...
0
votes
2answers
56 views
iOS: Sending information to a program that isn't running in foreground or background?
I have apps on my phone that pop up notifications in response to events. For example, their are newsreaders that notify me of headlines, or games that notify me when I need to take a turn in networked ...
0
votes
2answers
67 views
Sharing settings across tabs in a tabbed application
If I have a tabbed iphone application, how do I communicate from one tab to the next. For example if I have a puzzle game that displays a picture on the 5th tab, but only if the switches on the other ...
7
votes
2answers
1k views
Communication between two iOS devices
I am looking for a way to have one iPhone app send a message to another app on a different phone (sort of like a Sender-Receiver set up). I am looking for the best possible way to do this. Does anyone ...
0
votes
4answers
196 views
For my task how should you communicate between iphone devices over the 3G network?
I have a situation where I would like to communicate between 2-4 devices over the 3G network (it should also work over WLAN, but 3G solution is critical).
Every device (except one) asks for a ...
1
vote
2answers
413 views
Interprocess communication between iPhone apps
I need to implement a communication between a central app that runs always and other apps that may request services from that app. There should also be a way to communicate back to those requests even ...
2
votes
1answer
208 views
communication b/w two application using socket in iphone sdk
I am new in iPhone & want to perform communication b/w two application running on same device which exchange some string to one another using socket connection. I am using ...
0
votes
1answer
309 views
How do view controllers in tabbar controller communicate -iphone
In my app I need to communicate two viewcontrollers which are inside a tabbarcontroller.
That is the value of an object in viewcontroller in first tab index can be changed from viewcontroller in ...
0
votes
2answers
860 views
Establish communication link between a device and iOS
I'm developing an iPhone/iPad app that requires it communicate with another device. I'm actually more interested in receiving input from another device that the iPhone is connected to through USB. The ...
1
vote
1answer
3k views
How to connect iphone/ipad with some other device through Bluetooth? [closed]
I am developing an App which is suppose to establish communication with other device through Bluetooth but it is observed that iphone or ipad do not make connecting with other devices. or even they do ...
1
vote
1answer
516 views
Interprocess communication between XCode (Objective C) and Java RMI
I have an RMI application that has service implementation and it has a lot of code in it and I do not want to redo the business logic just to support an iPhone app.
Could someone assist me on a best ...
-1
votes
1answer
72 views
iPhone App communication using phone numbers?
Is it somehow possible to use phone number of receiver to send app messages?
The idea is the user don't have to know anything about ips, etc. just a phone number. Then the app can find this user and ...
0
votes
2answers
496 views
iOS application control non-ios devices via bluetooth
I want to develop iOS application that is a remote cotrol via bluetooth for the specific product. I try to research related methods for iOS programming, but most people almost said is impossible in ...
1
vote
3answers
395 views
iphone :client-server communication not occuring
i had made the following programming for client server programming but it is not working. the server is not able to receive the request for connection setup.plz help.
#import ...
0
votes
1answer
289 views
iphone server communication
I am really confused about all the different kinds of servers and iphone-server communications etc.
I would like to know which would be the best way to implement the following:
If the app starts on ...
-1
votes
0answers
307 views
how can i call a method of another class when one delegate is triggerred?
i have a mainViewController class and a wifi connection class in my project.
Main view controller class will initialize the wifi connection class(all network delegates and events).there is a delegate ...
0
votes
1answer
51 views
display the question to accept or reject the request from the sender
i created a application to communicate with another devices through WiFi network.For that application i simply searching all the available devices that are connected in my same wifi network and will ...
2
votes
2answers
6k views
How can i connect a iphone to another iphone or ipad programically using WiFi?
I am a newbie in iphone development and obj-c.How can i connect a iphone to another iphone or ipad programically using WiFi connection?can i able to transfer files between one iphone to another iphone ...
0
votes
1answer
94 views
Sending and getting positions of device from a server
i am pretty new to objective c and want to write an iphone app.
the iphone app should send the device-ID to a server when it is started the first time.
and even if the app is in the background, the ...
0
votes
3answers
663 views
Programmatically initiate Conference call on IPhone
Is there a way to make a conference call programmatically on the IPhone ?
I want to be able to place a call to persons A and B, connecting both, and then dropping myself and let the two parties ...
2
votes
1answer
631 views
best way to communicate short messages over wifi with hardware device
I would like to communicate with a wifi device via an ad-hoc network. The messages received by the iPhone are quite short and the responses also (not more than about 100 bytes). The way it works is ...
0
votes
1answer
915 views
writeData on a syncsocket always blocks on iPhone
I use the asyncsocket sample as a starting point to learn more about wlan communication on iPhone.
On the Mac I start a sample server opening port 0. This works, since I can write data with a test ...
0
votes
2answers
374 views
Send location coordinate to another iPhone
I am trying to write an app that communicates with another app. I just want to see the other person on my map. Is this possible ? I can handle all the map details if I can get the coordinates in real ...
0
votes
1answer
3k views
Communication between android tablet and iphone
hii,
I want to communicate between an iphone and an android tablet. The tablet as well as the iphone work on different 3g data services. Can any body give me an idea how to communicate and send ...
0
votes
2answers
309 views
Iphone apps communication
I want to create two iPhone apps: server+client (for once iphone).
Server will contain some data and client will asking for it sometime.
How I can to organize communication between them?
For example ...
0
votes
1answer
160 views
pull communication of data from iphone app
I developed an application where I can build objects based on a model which is written on a .plist file. The mechanism works very well, data are in form of string, date or int, and the .plist file is ...
0
votes
3answers
917 views
iPhone best method to achieve device-to-device communication
What would be the best method to achieve realtime device to device communication within an application? I've been experimenting with the Apple Push Notification Service but find it spotty at best for ...
1
vote
4answers
572 views
How can I send simple data from an iPhone to another iPhone, or an Android?
I'm just getting started with mobile development, and after considerable searching I'm still confused about sending a message from my iPhone to another or an Android. For instance, in building a ...
1
vote
1answer
795 views
iphone & rest web service - what is the best practice?
I am developing an iphone app that uses a php web service for all functionalities.
I am planning on creating model objects to communication between my UI and web service.
Is it better to create model ...
1
vote
2answers
2k views
Logging into and communicating with a server from an iOS app…help!
Hey everyone. I have a fair amount of experience developing iOS apps, but nothing much with web/server interacting apps. For a project at work, I am making an app that will let you login, and get ...
1
vote
1answer
1k views
Gamekit iPad and iPhone Communication
I am developing an iPad app (the "Server") which needs to communicate with up to 4 iPhone/iPod Touches (the Clients). Should I create 4 GKSessions for each of the iPhones? Should I have 1 GKSession ...
0
votes
1answer
601 views
How to send a message from iPhone to Mac/PC
I'm looking to start a new application up - the concept's really simple I guess.
You press a button labelled '1' on the iPhone and it sends a message to the PC or Mac that makes the mac/PC respond ...
3
votes
2answers
790 views
Do most iPhone apps communicate via web services?
Do most of the popular iPhone apps that communicate with a back end Internet server communicate via web services? I was assuming this was the case.
Some apps I'm thinking about would be: Facebook, ...
0
votes
2answers
698 views
How can an iPhone communicate with a computer?
How do apps like Apple's "Remote" app control mac applications and send data?
is this via php with exec() commands or some other method? and how would I do it in c?
Also, how fast is this rate of ...
1
vote
2answers
1k views
Suggestion for getting data from a web server?
I have a web server which contains a list of "interesting locations". These are "hard coded" on the web server, and maintained from an administrator on the server-side. Users can't add or remove ...
3
votes
5answers
566 views
Any simple interpretation about 3G
Can anyone explain 3G technology from a programmer's perspective? I am a little bit confused. For instance, if I develop a mobile application with Android or IPhone SDK. Shall I concern about the ...
2
votes
2answers
2k views
Communication between view controllers
Given the section of an application which has a UINavigationController and 2 levels of UITableViews (i.e. a row is selected on the root controller which pushes the second controller onto the ...
2
votes
1answer
182 views
Getting live data from the iPhone on the Mac
I'm experimenting with the sensors of the iPhone. At the moment I visualize the data of the accelerometer by logging it to a file, downloading the file via Xcode and loading the file into my ...
0
votes
2answers
2k views
communication with iPhone - Internet - .net Web service / php web service
From the following link.
http://stackoverflow.com/questions/1290924/iphone-interaction-with-asp-net-webservice/1503206#1503206
@Pravara - Asked a Question in answer.
The question is something ...
3
votes
3answers
1k views
Cross iPhone communication using mono touch
Does mono touch allow you to do cross iPhone communication? (iPhones in the same room)
If so, what's the API?
11
votes
6answers
37k views
iPhone TCP/IP Socket Server/Client Program
I have read a lot of questions regarding this subject on this website however they didn't quiet answer my question. If you can't be ### about my goal or background skip to the question.
My Goal
Is ...
0
votes
2answers
1k views
Question about receiving data from URL on iPhone?
I'm using Apple Document to create an app.I succeed in connection to the server, but I receive 0 bytes from the server(no response data). I take the following steps:
1) I create a view-based App and ...
3
votes
2answers
5k views
How can I receive data from URL on iPhone?
I'm using the code from Apple's Document to do some HTTP communication. I can connect to the URL sucessfully, but I failed to receive the data from my server.
// create the request
NSURLRequest ...
0
votes
3answers
1k views
How to use HTTP Communication on iPhone?
I want to connect to a server using HTTP, send a string to it and recieve the response string from the server. Any ideas about how to connect to server by the url, send and recieve message from it?