@eskimo
Yes, in BGProcessing case I am setting the requiresNetworkConnectivity.
I am using data task and URL background session does. not seem to work with data task so I am using standard session
Investigating it further I found that the background execution thread/queue is not waiting for the URLSession delegate callback. I checked it by putting the some sleeps in a loop when in the background execution handler is called in the background.
had somebody faced similar issues?