Windows.ApplicationModel.Store.CurrentAppSimulator.RequestProductPurchaseAsync() no longer works
Hong
1,216
Reputation points
The following code used to work:
Windows.ApplicationModel.Store.PurchaseResults pr = await Windows.ApplicationModel.Store.CurrentAppSimulator.RequestProductPurchaseAsync(_ud.sInAppTokenName);
It no longer shows a window. Instead, it returns immediately with
pr.Status == Windows.ApplicationModel.Store.ProductPurchaseStatus.NotPurchased
Both the targe and min versions of the UWP app are 18362. Could anyone shed some light on this?
Sign in to answer