How can i run a shell command in objective c with a variable E.G system("thisCMD thisParam %@", username);
I ve got the problem when I tried to do asynchronous requests to server from background thread. I ve never got results of those requests. Simple example which shows the problem: @protocol ...