wp7appdevelopment

Adventures in Windows Phone app development

Capabilites Needed for PubCenter Advertising

You need to include the following capabilities in the manifest (WMAppManifest.xml) of apps that use PubCenter ads.

Silverlight Apps: Windows Phone 8

  • ID_CAP_IDENTITY_USER
  • ID_CAP_MEDIALIB_PHOTO
  • ID_CAP_NETWORKING
  • ID_CAP_PHONEDIALER
  • ID_CAP_WEBBROWSERCOMPONENT

Silverlight Apps: Windows Phone 7

  • ID_CAP_IDENTITY_USER
  • ID_CAP_MEDIALIB
  • ID_CAP_NETWORKING
  • ID_CAP_PHONEDIALER
  • ID_CAP_WEBBROWSERCOMPONENT

more info: http://msdn.microsoft.com/en-us/library/advertising-mobile-windows-phone-manifest-capabilities(v=msads.20).aspx

Leave a comment