'The property 'PersonalizedAds' was not found in type 'MTAdView

I have installed MarcTron.Admob package, version 1.6.9 for my Xamarin.Forms project.

According to its documentation there is a property called PersonalizedAds.

  1. I get the error: The property 'PersonalizedAds' was not found in type 'MTAdView'. Why is the property not recognized?
  2. Using CrossMTAdmob.Current.UserPersonalizedAds = true; which MTAdview items would it affect? All the MTAdview items that are listed in a Content Page?


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source