Vungle / Windows-SDK

Other
21 stars 8 forks source link

Metadata correctness error on store submission #40

Closed evil-jester closed 1 year ago

evil-jester commented 1 year ago

Using version 6.11.0 of the windows SDK in an UWP app directly (i.e. not through Unity). When submitting the app to the ms store we get the following error:

FAILED General metadata correctness:

  • Error Found: The general metadata correctness test detected the following errors: -- The assembly VungleSDK in file VungleSDK.winmd has a non-empty manifest resources table. Every Windows Runtime assembly must have an empty manifest resources table.

Didn't have this problem when using versions 6.10.1 or 6.8.0.

gregthatcher commented 1 year ago

We're working on this now, @evil-jester . We should have a fix for you soon.

gregthatcher commented 1 year ago

Hi @evil-jester , we have a new version that you can try at https://vungle2-sdk-dev-scratch.s3.amazonaws.com/windows/6.11.x/VungleSDK6.11.1-rc5.zip

If you previously installed Vungle as a NuGet Reference, you will need to remove this reference, and then manually add a reference to the VungleSDK.winmd file contained in the above .zip file.

Please let us know if this version fixes your problem.