distriqt / ANE-Adverts-Mediation

Mediation adapters for the Adverts ANE
https://airnativeextensions.com/extension/com.distriqt.Adverts
12 stars 0 forks source link

UILaunchImage shown after IronSource Video did closed on iOS #24

Closed mwelk closed 3 years ago

mwelk commented 3 years ago

With IronSource we experience the following strange behaviour:

  1. user starts video ad
  2. application launch image visible for a very short time
  3. video ad starts playing
  4. video ad did finish
  5. user closes video ad
  6. application visible for a very short time
  7. application launch image appears and keeps staying

application launch image is the image defined in:

<iPhone>
        <InfoAdditions>
            <![CDATA[
                <key>UILaunchImages</key>
                <array>
                    <dict>
                        <key>UILaunchImageName</key>
                        <string>Default-568h</string>
                        <key>UILaunchImageSize</key>
                        <string>{320, 568}</string>
                    </dict>
                </array>
            ]]>
        </InfoAdditions>
</iPhone>

Test-Ads or other adapters work fine.

AIR: 33.1.1300 OS: iOS 12.4.9 ANE-Adverts: 10.1.037 ANE-Adverts-Mediation: 5.1.0

marchbold commented 3 years ago

Does this occur if you use the new launch storyboard instead?

mwelk commented 3 years ago

Did not heard about storyboard yet ;-) I have to find out how to use it first...

marchbold commented 3 years ago

It is a requirement now so you should definitely move to it asap.

mwelk commented 3 years ago

Ok, app is now using storyboard but the behaviour stays the same for IronSource.

marchbold commented 3 years ago

So after an IronSource ad mediated through AdMob your app is no longer visible, you only see the launch storyboard?

mwelk commented 3 years ago

Yes.

marchbold commented 3 years ago

Okay, will have to investigate this one, seems like it must be an issue in the ironsource / admob implementation though as we don't control that aspect of the display on iOS.

If you find any other references / bug reports on the web please let us know.

marchbold commented 3 years ago

Could you verify this is still happening with the latest SDK version?