phfsantos / cordova-plugin-smaato

smaato plugin for cordova applications
Apache License 2.0
5 stars 2 forks source link

Doesn't work with PhoneGap Build created apps. #9

Closed gogodigimo closed 8 years ago

gogodigimo commented 8 years ago

If I create an app with visual studio on my local machine, the ads display perfectly. However, if I run the same code through PhoneGap Build, the resulting xap file doesn't show the apps when run in the same emulator I was using the local build. Is there possibly something I'm missing here? Any guidance would be much appreciated.

gogodigimo commented 8 years ago

I detected the issue was the Win32NT platform isn't available for this app and PhoneGap Build can create this platform of app for Windows Universal apps. I created a pull request for this fix.