Hi,
I am trying to integrate Microsoft’s advertising network into my Cocos2d Windows universal app, however I am having some issues. Following Microsoft’s tutorial, it says to right click on the project and go to “Add > Connected Services…” But when clicking “Connected Services…” I get the following error “The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))”
This error seems to have something to do with the Cocos2d project, because I have tried the “Connected Services…” button on non-Cocos2d projects and it works just fine.
Unfortunately the only Windows Universal ad network I can find right now is Microsoft’s. I would even be fine with one that only works with Windows Phone, but all the ones I can find are C# dlls and don’t have C++ libraries.
I was wondering if anyone has been able to get Microsoft’s Advertising network to work or does anyone else get the same “Connected Services…” error?