Hi,
I have a problem with Microsoft Ads SDK.
I built an empty Windows Store project. (Universal SDK 8.1) in Unity 4.6.4p1
When I open it in VS (2014 update 5 CTP 3) and deploy it works properly.
But after I added the MS Ads SDK to the references it throws FileNotFound exception from the AppCallbacks instance. (filename is null)
If I remove the sdk from the project it won’t be fixed. The exception is still exist.
Any advice?