Andy Boedo
Andy Boedo
We're using Swift Concurrency in a few places. There are a couple of compiler flags that help prevent issues with Swift Concurrency, that we should leverage. The flags are `-Xfrontend...
For SwiftUI apps, we should provide view modifiers to make it easy to use `showManageSubscriptions` and `beginRefundRequest`. We can use `#if canImport(SwiftUI)` to only declare these when SwiftUI types are...
Quick PoC automating UI tests with maestro, including removing the google play account from device.
Added `pricePerWeek`, `pricePerMonth`, `pricePerYear` variables on StoreProduct. Still need to add them on android. | Using formatted strings | Using numbers directly | | :-: | :-: | |  don't always trigger calls from `StoreKit.product.updates`, it's flaky as hell. I tried instead using an accelerated timeRate value and...