Jump to content
grantful

Use testflight with Delphi

Recommended Posts

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 by grantful

Share this post


Link to post

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
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 by Dave Nottage

Share this post


Link to post

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×