sjxt
Results
3
comments of
sjxt
> 还是建议真机运行,模拟器我在m1芯片上运行还行,其他的就没试过 好吧
我的网络请求也是空 在 preview 下 模拟器可以
`open func purchase( _ product: Product, uid: String ) async throws -> Product.PurchaseResult { #if os(visionOS) throw StoreServiceError.unsupportedPlatform("This purchase operation is not supported in visionOS: Use @Environment(\\.purchase) instead.") #else let...