[M] iOS add UnityKnowNew pay method

This commit is contained in:
2024-08-06 20:36:33 +08:00
parent dfe606d71a
commit d2f1da88f1
5 changed files with 19 additions and 7 deletions

View File

@@ -96,7 +96,7 @@ namespace tysdk
{
if (!IsLoggedIn) return new SKUDetail() { code = "-1", msg = "未登录" };
#if UNITY_EDITOR
#if UNITY_EDITOR || UNITY_IOS
await Task.Yield();
var result = new SKUDetail();
return result;
@@ -130,4 +130,4 @@ namespace tysdk
}
}
}
}
}