A tutorial on how to stop tcp in iPhone

Asked By 60 points N/A Posted on -
qa-featured

I would like to have a tutorial on how to stop tcp in iphone. My goal is to create a button in iphone that would allow starting and starting tcp server connection. Please help.

SHARE
Best Answer by Dent Owensby
Answered By 0 points N/A #143494

A tutorial on how to stop tcp in iPhone

qa-featured

Hi Isabella,

There are some use full links these links are very helpful about iphone starting Tcp server connection these links also contain codes which makes your work too easy check these links. First link is detail about creation of socket based iPhone App and server detail topics with description and codes.

1: https://www.raywenderlich.com/157128/real-time-communication-streams-tutorial-ios

2: http://www.devx.com/wireless/Article/43551

3: http://archive.oreilly.com/pub/a/iphone/excerpts/iphone-sdk/network-programming.html

 

 

Best Answer
Best Answer
Answered By 0 points N/A #143495

A tutorial on how to stop tcp in iPhone

qa-featured

Hello Isabella,

Stopping TCP in the iPhone is a critical task to do. Stopping and starting TCP with the iPhone was not available for some days but it works again. Now you can easily create a button by reading through the tutorial that i will provide you below.

https://stackoverflow.com/questions/11142592/apple-push-notifications-stop-working-after-a-while

They are using an eventmachine based implementation to push messages to the apple apns to make your button enable to work properly.

For further programming goes here.

Related Questions