I have a simple app that sends and receives data over WiFi using Network.Framework. It receives about 80 bytes every 10 seconds.
The issue comes when the user wants to leave the app runing and do something else, perhaps check their mail. As soon as the user selects the home button the app is put into the background and Network.Framework disconnects.
- How to I prevent the initial disconnection on entry in to background? and
- How do I enable support for the 80 bytes every 10 secondsthat are written to a file?
All wisdon gratefully accepted.