clickThroughUrl is nil

Hello,

First, let me describe the current iOS Project environment and setup:

(1) BitmovinPlayer v3.56.0 with Google IMA v3.18.4 (installed via SPM).

(2) AdvertisingConfig.ima.preferredUiType = .disabled

(3) playerConfig().styleConfig.userInterfaceType = .system

We are using a fully customized player UI.

For handling the “Learn More” action in ads:

(4) In onAdStarted(_ event: AdStartedEvent, player: Player), we retrieve event.ad.clickThroughUrl.

(5) Then, we call ImaAdsManager.clicked() to open Safari and increase the click count in our ad server.

This has been working fine so far.

The Issue

After updating to BitmovinPlayer v3.85.2 and Google IMA v3.23.0, clickThroughUrl in step (4) returns nil.

Question

How can we resolve this issue while upgrading the SDK?

Thank you!