how to test unityad in ios testflight

hi all,i make one ios testflight versiong for my game,and add unityad ios gameid in it .but how to link the game url in unityads dashboard? cause the game is testflight now. and i test ,can see the
“call”,but not show the ads.

    if (Dienum >= 2)
        {
            Dienum=0;
            tt="call";
            UnityAdsHelper.ShowAd(iosGameID,LogFinish);

        }

any help?

how can find the app store id in testflight?

Hi Dreamerflyer,

I have deleted your last screenshots as they were showing your Apple store ID.

Adding your Apple store ID will only work once the application is live on the Apple app store. This will then link the app’s icon into your Unity account. Essentially it is only for aesthetic purposes.

In regards to your first question:

If your game is not showing ads then it is an issue. Could you please send a ticket to unityads-support@unity3d.com.

Please provide us with the script that you are using. Alternatively you can compare it with the script I have attached. Ensure that you are entering your project Game ID into the inspector.

2934406–217049–ShowUnityAds.cs (3.06 KB)