c# - AdDuplex interstital intitialization fails with unspecified error -
i developing game using monogame , c# windows 10 uwp. having problem when try use interstitial ads in game. make initialization call in app.xaml.cs
:
adduplex.adduplexclient.initialize("application-id-here");
the debugger not break on call itself, rather breaks after onlaunched
event complete without specifying exception.
i using latest version of adduplex sdk. tried using both vs2015 extension , nuget package. same result. know not monogame, because tried similar call in normal xaml app , got same result.
is there doing wrong?
i never able resolve issue, reformatted computer , able incorporate adduplex app. problem development environment , reinstalling components solved problem.
Comments
Post a Comment