I'm banging my brain against the wonderful lib xport that is cocos2d-x from the original cocos2d iOS library.
What I want to ask is how to open a web link in the safari browser? I don' know how to link the original objc code
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:]];
I have tried using the LUA engine, that is capable of executing shell commands, but I cannot find the safari app path to launch it.
Thanks, people.