You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a simple app and published it (on UWP and Android) with hidden availability and create add-on product.
-The InAppPurchase and Subscription work on Android.
-On UWP, the InAppPurchase only work but Subscription does not work.
UWP docs specify that :
"To use subscription add-ons, your app must target Windows 10 Anniversary Edition (10.0; Build 14393) or a later release in Visual Studio, and it must use the Windows.Services.Store namespace instead of the Windows.ApplicationModel.Store namespace."]
Do you have any idea why Subscription does not works on UWP?
The text was updated successfully, but these errors were encountered:
ksoft1
changed the title
InAppPurchase works on UWP but Subscription does not work with UWP.
InAppPurchase works but Subscription does not work.
May 20, 2021
I created a simple app and published it (on UWP and Android) with hidden availability and create add-on product.
-The InAppPurchase and Subscription work on Android.
-On UWP, the InAppPurchase only work but Subscription does not work.
UWP docs specify that :
"To use subscription add-ons, your app must target Windows 10 Anniversary Edition (10.0; Build 14393) or a later release in Visual Studio, and it must use the Windows.Services.Store namespace instead of the Windows.ApplicationModel.Store namespace."]
Do you have any idea why Subscription does not works on UWP?
The text was updated successfully, but these errors were encountered: