I'm doing some basic GET extension work in MMF2 at the moment, retrieving information from a database. The build type is set as "iOS final Xcode project" and I've just done some basic PHP just to echo something back. The thing is, I can't seem to get any received content back from the PHP call. I've set my program to change a counter when content is received and even that won't happen, when my PHP script is simply echoing back a value.
I've made sure the url is right, as is the post data and the content being sent through, but nothing gets returned, even after an echo is made from the PHP script.
Does the extension work in the PC runtime for this Build Type?