Search Unity

Regarding the Integration guide for iOS (Objective-C)

Discussion in 'Unity Ads & User Acquisition' started by tezuka-unity, Oct 23, 2018.

  1. tezuka-unity

    tezuka-unity

    Joined:
    Oct 23, 2018
    Posts:
    1
    I wrote a warning as it was written as indicated. Please tell me how to resolve.

    Code (Boo):
    1. - (void) showInterstitial
    2. {
    3.     if ([self.interstitialVideo isReady])
    4.     {
    5.         // WARNING 'UMONPlacementContent' may not respond to 'show:withDelegate:'
    6.         [self.interstitialVideo show: self withDelegate: self];
    7.     }
    8. }
     
  2. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    Where are you reading about "written as indicated"? Please provide a link to the documentation that you are referring to.