Can we get some tutorials on how to convert 3rd party Android and iOS libraries to firemonkey? Would love to translate the facebook SDK and be able to login without taking the user to a webbrowser and re-entering information.
If it can be consumed from Xcode, one could build a project that creates a static library that uses the SDK, then Delphi use that static library, however that's a bit of hoop jumping to go through. Later today I'm going to check out whether it's possible using the SDK editor in the IDE, unless Babak answers sooner :-)
Just tried it now.. Can't find any way to do it (directly through the IDE). The second option might still be possible, that might take some time, which I don't have right now
According to Babak Yaghoobi, it can't be done:
ReplyDeletehttps://sourceforge.net/p/dpfdelphiios/tickets/193/
If it can be consumed from Xcode, one could build a project that creates a static library that uses the SDK, then Delphi use that static library, however that's a bit of hoop jumping to go through. Later today I'm going to check out whether it's possible using the SDK editor in the IDE, unless Babak answers sooner :-)
Awesome idea, have you checked its possible to load the sdk frameworks using Delphi IDE?
ReplyDeleteJust tried it now.. Can't find any way to do it (directly through the IDE). The second option might still be possible, that might take some time, which I don't have right now
ReplyDelete