Developer technologies | Visual Studio | Testing
A suite of integrated tools for creating, running, and managing tests to ensure code quality and reliability.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I am developing a Unity UWP build in Visual Studio, which has in-app purchases from the Microsoft partner center. When I upload my packages to the partner center and install the app from the store, IAP is working fine.
But for testing, I create a sideload app. In this, IAP is not initialized.
How can I test my IAPs in this sideload app?
Please help