leqo
leqo

Reputation: 355

Errors while submitting windows phone app to the store

i was trying to submit my app to the Windows Phone Store, but i got these errors:

enter image description here enter image description here

In Visual Studio 2013, i compiled the solution as release and not as debug. One of those Microsoft's links (the first error) suggests to add a flag to the linker, but i didn't manage to do that.

Also, the second one regards a bunch of unsupported APIs that i didn't even include in my project. Did someone face the same issue?

Thanks

Upvotes: -1

Views: 44

Answers (1)

Andrii Krupka
Andrii Krupka

Reputation: 4306

Please check thirdparty libraries or you code for some API which not allowed for Windows Phone 8.1 Store Apps

For example, I added Flurry WP8.0 SDK in my WP8.1 Store App and I have the same problems. After that I removed Flurry and Store accepted my App

Upvotes: 0

Related Questions