我的应用程序在30天后过期。之后,您将收到过期消息并购买。我必须购买的代码是:
LicenseInformation licenseInformation = CurrentApp.LicenseInformation;
if (licenseInformation.IsTrial)
{
try
{
await CurrentApp.RequestAppPurchaseAsync(false);
出于某种原因,有时没有任何事情发生,有时我收到一条消息,该应用程序不再可用。
任何人都知道为什么不要求他们购买?