question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

using this nuget package in uwp project was refused when submitted to store

See original GitHub issue

I followed the example code to create a QR code in a uwp peoject, then I sumbited to store but was refused by Microsoft. Error Found: The supported APIs test detected the following errors: API objc_getClass in libobjc.dylib is not supported for this application type. ZKWeb.System.Drawing.dll calls this API. API objc_msgSend in libobjc.dylib is not supported for this application type. ZKWeb.System.Drawing.dll calls this API. API objc_msgSend_stret in libobjc.dylib is not supported for this application type. ZKWeb.System.Drawing.dll calls this API. API sel_registerName in libobjc.dylib is not supported for this application type. ZKWeb.System.Drawing.dll calls this API. API XCloseDisplay in libx11.dll is not supported for this application type. ZKWeb.System.Drawing.dll calls this API. API XDefaultDepth in libx11.dll is not supported for this application type. ZKWeb.System.Drawing.dll calls this API. etc

I deleted its code just import this nuget package, but it was refused again and showed the same error.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:14 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
Airborne76commented, Feb 25, 2018

Sure @codebude I will test it in my next update, it may need one week if everything goes smoothly😊

0reactions
Airborne76commented, Apr 22, 2018

Hi @codebude Glad to hear that. It will be a nice kit for developers😊

Read more comments on GitHub >

github_iconTop Results From Across the Web

Can't Build app Packages for UWP store submission
Compiler package on nuget in your project and re-build it as usual. This solution solves the very same problem you have now in...
Read more >
Managing the global packages, cache, and temp folders
When asked to retrieve a package, NuGet first looks in the global-packages folder. If the exact version of package is not there, then...
Read more >
Cannot start debugging an UWP app - Developer Community
Hi, When I start debugging application, it builds and deploys fine but when the application is going to be start it gives following...
Read more >
App capability declarations - UWP applications
You can declare general capabilities by using the Manifest Designer in Visual Studio; or you can add them manually. For more info, see...
Read more >
Troubleshooting - Unity's Package Manager
If you are sharing a Unity package that contains a fix, consider using a Git URL or embedding the package in your project....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found