Am I allowed to open my own socket to download new data on receiving a silent remote notification on iOS?
Asked
Active
Viewed 74 times
0
-
It might be possible to register yourself for background operation using an `NSURLSession`. – Ian MacDonald Feb 09 '15 at 23:51
-
Yeah sure but can I open a socket and use the CFStreaming API to download data over it? – evanescent Feb 09 '15 at 23:54
-
Not if your application is still in the background. – Ian MacDonald Feb 10 '15 at 14:25
-
Hmm I found that out. Thanks for your help though. – evanescent Feb 10 '15 at 21:02