grantful 3 Posted August 28, 2023 (edited) Hello all. I am trying to learn how to deploy an app to testflight for testing. I would like to use testflight to let my friends try my app. I have been looking around google, youtube . Can anyone share how to deploy an app to testflight from delphi. Thanks for the advice. Edited August 28, 2023 by grantful Share this post Link to post
Patrick PREMARTIN 74 Posted August 29, 2023 Hi Just deploy the app in Delphi and use Transporter to upload it to the AppStore. In the app AppStore page, you have a TestFlight option where you can activate a binary you uploaded for test purposes. The Delphi part in only to compile/deploy the project to have an IPA. After that it's an Apple process. Check their documentation without searching "Delphi testflight" but only "mobile iOS testflight" or something like that. Share this post Link to post
Robert Gilland 5 Posted September 5, 2023 Okay, but where do you deploy it to, what target platform? ie, how to get the built apk to the MacOS Transporter from Delphi 11.3? Share this post Link to post
Dave Nottage 557 Posted September 5, 2023 (edited) 12 minutes ago, Robert Gilland said: how to get the built apk to the MacOS Transporter from Delphi 11.3? Please see: https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Deploying_Your_iOS_Application_for_Submission_to_the_App_Store You can use Transporter on the Mac to deliver the .ipa file mentioned in that link. Ignore the parts about 32-bit - it no longer applies. Edited September 5, 2023 by Dave Nottage Share this post Link to post
grantful 3 Posted September 5, 2023 Thanks for the input i got one pushed up to testflight i had some issues with my certificates but it’s sorted now Share this post Link to post