Some customers are reporting that our App in W10 Store remains in trial expired mode even after purchase. THE warning dialog is given by store itself, we do not have any STORE API implemented in our legacy app.
How to fix? Nowadays store limits itself the trial period, there is no code needed to app for that.
How to fix? Nowadays store limits itself the trial period, there is no code needed to app for that.
If your app is a desktop application, you need to configure the StoreContext
object to specify the owner window for modal dialogs, or this object will return inaccurate data or errors.
Have you made this configuration? For more details, you could refer to Using the StoreContext class with the Desktop Bridge.