Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
Windows App Certification Falure — Gideros Forum

Windows App Certification Falure

kussakovkussakov Member
edited September 2015 in General questions
Guys,

I must be doing something wrong, because when I run the "Windows App Certification Kit" - it fails my Gideros WinRT windows app.

REQUIREMENT NUMBER 15 The application should only refer to the APIs allowed by the Windows SDK for Windows Store Apps. Windows Store App must only use supported platform APIs.
FAILED Reason:
API WSACleanup in ws2_32.dll is not supported for this application type. giderosgame.Windows.exe calls this API.
API WSAGetLastError in ws2_32.dll is not supported for this application type. giderosgame.Windows.exe calls this API.
API WSAStartup in ws2_32.dll is not supported for this application type. giderosgame.Windows.exe calls this API.
API accept in ws2_32.dll is not supported for this application type. giderosgame.Windows.exe calls this API.
API bind in ws2_32.dll is not supported for this application type. giderosgame.Windows.exe calls this API.
API closesocket in ws2_32.dll is not supported for this application type. giderosgame.Windows.exe calls this API.
API htonl in ws2_32.dll is not supported for this application type. giderosgame.Windows.exe calls this API.
API htons in ws2_32.dll is not supported for this application type. giderosgame.Windows.exe calls this API.
API ioctlsocket in ws2_32.dll is not supported for this application type. giderosgame.Windows.exe calls this API.
API listen in ws2_32.dll is not supported for this application type. giderosgame.Windows.exe calls this API.
API recv in ws2_32.dll is not supported for this application type. giderosgame.Windows.exe calls this API.
API send in ws2_32.dll is not supported for this application type. giderosgame.Windows.exe calls this API.
API sendto in ws2_32.dll is not supported for this application type. giderosgame.Windows.exe calls this API.
API setsockopt in ws2_32.dll is not supported for this application type. giderosgame.Windows.exe calls this API.
API socket in ws2_32.dll is not supported for this application type. giderosgame.Windows.exe calls this API.

I guess I am compiling it wrongly somehow...

I think some of you already submitted your apps to the store, so you must have avoided this failure.

Should I change some settings or something to avoid these errors and be able to submit to the store?


Thanks,

Vlad


P.S.
Certification passes for the windows phone version.

Comments

Sign In or Register to comment.