Vasily Anisimov

Results 26 comments of Vasily Anisimov

.@shaps80 I've checked, now all ok. Also checked issue with `.backport.scrollDisabled(true)` and `LazyVGrid`. Looks like now all works as expected 🎉 Thank you!!

Hi! I don't use `delegate`, but `async` methods: On app start ```swift Task { if let currentOffering = try await Purchases.shared.offerings().current { return currentOffering.availablePackages.map(\.storeProduct) } } ``` and ```swift Task...

No, it property of singleton, so can't be dereferenced

Nothing special. Yes, SwiftUI. I think, I can just share my `StoreService` and `StoreSubscriptionController` code: [Archive.zip](https://github.com/RevenueCat/purchases-ios/files/9504531/Archive.zip) `StoreService` inits in `AppDelegate`'s `didFinishLaunchingWithOptions` SwiftUI uses `StoreSubscriptionController's` `@Published` properties and methods. Btw, crash...

> Could you try compiling your project Yes, I'll try > Also another quick question: what's the lifetime of your StoreService? Quick answer - whole app lifetime, it lives in...

I've noticed that `StoreService` is `class`, but not `actor`. Maybe that's is problem, idk.. Now I think it should be `actor` 🤔

@fjcaetano Anything we can do to help push this through?