Menu
  • HOME
  • TAGS

Invoke a web service on HTTPS from a worklight adapter

web-services,https,worklight,adapter,app-certification-kit

Yes, you can invoke backend server using HTTPS, just set the protocol to "https" in adapter xml file. But if your backend server uses self signed certificate you need to import its public key into WL keystore configured in worklight.properties file (/server/conf folder)

Certification test error on supported API test

c#,.net,api,windows-phone-8.1,app-certification-kit

Windows/Windows Phone RT project only support a subset of .net APIs. You can get a full support list from this MSDN article. The assembly is needed, don't try to move it. But for Windows/Windows Phone RT project, System.Security.Cryptography.Aes is not supported for this projct type. I guess you may try...

Windows Store Certification Metadata test failes

windows-runtime,windows-phone-8.1,visual-studio-2015,app-certification-kit

You need to build your app using Visual Studio 2013 (Update 4 is the latest). Note that Visual Studio 2015 does not have a "go live" license, meaning you can't use it for production purposes anyway. You need to wait until it is released. Also, when you built the component,...

Can 64bit Delphi desktop application be certified for Windows 8.1

delphi,windows-8,windows-8.1,app-certification-kit

The only requirement that is hard to meet with Delphi is /SafeSEH. But that does not apply to 64 bit apps. The Windows x64 ABI uses a completely different exception model from that used by x86. The x86 exception model is stack based. The /SafeSEH flag applies to stack based...