Search Unity

iOS integration - canShow versus canShowAds

Discussion in 'Unity Ads & User Acquisition' started by jshrek, Jan 9, 2015.

  1. jshrek

    jshrek

    Joined:
    Mar 30, 2013
    Posts:
    220
    So what is the difference between canShow and canShowAds?

    When would you use one versus the other?

    They always seem to return the same thing (either both true or both false).
     
  2. unity-nikkolai

    unity-nikkolai

    Joined:
    Sep 18, 2014
    Posts:
    540
    Copied from the Unity Ads iOS SDK Integration Docs:
    Keep in mind, you won't need to use these methods if you're doing your integration within a Unity project. If you are, please see the integration docs for the Unity Ads Asset Store package.
     
  3. jshrek

    jshrek

    Joined:
    Mar 30, 2013
    Posts:
    220
    As the title of my question says, this is for "iOS Integration", so yes I do need to use these methods.

    Thanks