c# - Why my UWP package is being rejected? -
i've created pretty simple app uses banner ads.
app works great debuging mode ads test ads showing up. when i'm creating appxupload , uploading store i'm getting error.
your package microsoft.advertising.xaml specifies version 10.1707.2.0, 10.0.0.0 minimum available version.
what problem, why package getting rejected , how can resolved?
according description of error, have installed microsoft.advertising.xaml package can't work on windows version below 10.1707.2.0 (which hasn't been released general public). app declares can work on every version of windows 10. in collision.
Comments
Post a Comment