Tell me please where can I get information about developing on iOS with FPC? I don't mean Firemonkey iOS Applications. How can I get access to iPhone enviroment with FPC? For example to GPS or Accelerometer etc. I use RAD Studio XE2 and virtual machine with Snow Leopard. For example
{$IFDEF FPC}
UIApplication.sharedApplication.openUrl(NSUrl.URLWithString(
NSSTR(PChar('http://stackoverflow.com'))));
{$ENDIF}
I didn't have an experience how to work with this. I just know how to use Objective-C but I need this.