at3s 4 Posted December 2, 2022 I have a FireMonkey application which works fine in an Android. Now I want to build it in iOS. But the problem is, I did never it before. Can someone explain what exactly I have to do? F.e. Mac ot not, if 'yes' - what configuration, OS, iPhone or enough is simulator etc? Simple things for someone with the skills... Share this post Link to post
Dave Nottage 557 Posted December 2, 2022 9 minutes ago, at3s said: Can someone explain what exactly I have to do? I suggest start reading, here: https://docwiki.embarcadero.com/RADStudio/Alexandria/en/IOS_Mobile_Application_Development 1 Share this post Link to post
at3s 4 Posted December 8, 2022 Thanks. Another question. Is it possible to access remotely to the Mac device where PAServer is running? Or should this Mac be in the same LAN network where is the Delphi machine rather? Share this post Link to post
Dave Nottage 557 Posted December 8, 2022 5 minutes ago, at3s said: Is it possible to access remotely to the Mac device where PAServer is running? Or should this Mac be in the same LAN network where is the Delphi machine rather? As long as the PAServer is exposed to the "outside world" (perhaps by port forwarding), yes.. that is possible. Bear in mind however that if you're deploying to a device, the machine that has PAServer on it needs to be able to access the device, either by being connected directly to that machine, or possibly using something like this: https://www.net-usb.com/ 1 Share this post Link to post