Why I do not see new iOS assemblies in Testflight

I am new to TestFlight. I signed up for TestFlight and installed TestFlight on my iPhone device.

I received the message "There are no collections available. You will receive an installation message when the assembly is available." when I tried to open TestFlight in safari.

I, too, was confused as to whether I should wait while I receive the installation email or something is wrong in my procedure. Also I do not get how to load assembly in TestFlight. Can someone suggest me a better solution / links for this?

+2
source share
2 answers

as Nir Bhat said you need to upload the assembly to your account in a test flight because you need to create the .ipa file from xcode. refer to this testflight link to create an ipa http://help.testflightapp.com/customer/portal/articles/494413-how-to-create-an-ipa-xcode-4-3-

after you type ipa, than you are logged into your account, you need to drag you .ipa this process to start downloading.

Once you are done, ask you to choose the person who can download this assembly using the checkbox, check the person to whom you want to grant rights, than choose the option for notification by mail. which will notify selected users.

Once the process completes the open test field application, you can see your assembly, rather than click on it and load it.

to download the link http://help.testflightapp.com/customer/portal/articles/890477-how-do-i-upload-a-build-

for more information about requests you can check this link http://help.testflightapp.com/

Hope this helps you.

+2
source

You must download the assembly first. After you have done this, you must notify interested people (including yourself) by selecting either your UDID or email identifier) ​​in your testflight account team. After both are done, you will begin to see assemblies.

UPDATE:

Once you sign up, inside your panel you should see the "Create Assembly" button. Click on it and it will offer to delete your .ipa file. Select and lower and click the Download button to download.

After downloading, the "Update Profile" button will appear. You must click it if you are downloading this application for the first time. Then upload your provisioning profile to testflight. I assume that you know the process of getting the profile file from Xcode.

This last one is a very IMPORTANT STEP, since all devices added to this profile will be automatically notified every time you download and update the assembly version on testflight. If they are registered users of testflight, you will see their names / emails. If it is not, you will see their UDID. But where will you see? When you download the assembly, you will see it on the Permissions page.

As soon as you click on each of the people and click on “Update” (just update) or “Update and notify” (update and send email if registered), you will begin to view assemblies on the testflightapp website.

enter image description here

+1
source

Source: https://habr.com/ru/post/978570/


All Articles