3 comments.

  1. meaning-matters

    You commented that you have #import <GoogleMobileAds/DFPInterstitial.h> in your code and that this header file is not found.

    I've downloaded version 9.5.0 of the Google Mobile Ads SDK. It turns out that this header file is no longer available.

    This confirms what I thought had happened: Between version 7 and 9, Google has made large changes to its code and eliminated this header file.

    What you need to do is figure out how your code uses the version 7 header file and find the replacement for version 9. This means that you'll have to make changes to your code. Often SDK designer make sure that required code changes are small; so it probably shouldn't be a big effort.

    1. sejn

      I have followed the migration guide developers.google.com/admob/ios/migration. It not available for the replacements. I am searching for this

    2. meaning-matters

      @sejn If my answer helped you and describes your issue, then please up-vote and checkmark it.

Add a new comment.