when i used Nokia Exchange Add SDk i tried to work with add events when it fired and i found that in documentation :
public MainPage()
{
InitializeComponent();
InneractiveAd.AdClicked += new
InneractiveAd.IaAdClicked(InneractiveAd_AdClicked);
}
void InneractiveAd_AdClicked(object sender)
{
System.Diagnostics.Debug.WriteLine("InneractiveAd: AdClicked");
}
when i click the add nothing happen and in debuging the no entrance for this method which mean that event didn’t fire.
so is there any mistakes in this code ? or there is another way to do that?
There’s a new version inneractiveAdSDK-Nokia-WP8-v1.1.2 for Windows Phone 8 recently released. Update your SDK and it should fix the issue.