I\'m here because a didn\'t find any solutions for my issue :(
I\'m doing an simple application in which i have to send (by socket) some informations to a server (li
The iOS App Programming Guide lists the activities for which your app is allowed to remain active in the background. If you plan on distributing your app through the app store, your app will have to perform one of the listed activities. If you're just writing something for yourself, you might be able to piggyback your functionality on one of the allowed activities.