Sunday, June 2, 2013

deactivating adcontrol

Hi,


after buying the "ad free version" of my app via in-app-purchase the adcontrol should be disabled. I used this to disable the ad this :



AdControl1.Visibility = Windows.UI.Xaml.Visibility.Collapsed
AdControl1.IsEnabled = False



But the adcontrols reactivate themself after a minute. what could be the reason?


No comments:

Post a Comment