Microsoft pubCenter ads not showing in my WP8 app

前端 未结 2 1000
攒了一身酷
攒了一身酷 2021-01-26 21:30

I can\'t get Microsoft pubCenter ads to work in my Windows Phone 8 App. When I run my app I only see white space instead of the ad Changing to test values doesn\'t seem to show

2条回答
  •  清歌不尽
    2021-01-26 21:49

    Try this It Should Work fine

    Xaml:

    xmlns:UI="clr-namespace:Microsoft.Advertising.Mobile.UI;assembly=Microsoft.Advertising.Mobile.UI"
    
    
    

    The following ID_CAP capabilities must be included in the manifest of the advertising-enabled app. ID_CAP_IDENTITY_USER

    ID_CAP_MEDIALIB_PHOTO

    ID_CAP_NETWORKING

    ID_CAP_PHONEDIALER

    ID_CAP_WEBBROWSERCOMPONENT

提交回复
热议问题