Andy Boedo
Andy Boedo
Hey @jesus-mg-ios, off the top of my head I imagine what might be happening is that you have the time rate for accelerated subscriptions set to a very fast value...
@jesus-mg-ios ohh interesting, thanks for getting back to me. In that case I think it might have more to do with the amount of transactions in your sandbox account, seems...
this is a great idea, we should modernize the delegate
Hi @albilaga! 👋 Yeah, StoreKit 2 in general isn't marked `@objc` since it's a Swift-only framework. But we have created wrappers around StoreKit 1 and StoreKit 2 objects so that...
I just realized that you were pointing to the property _within_ `StoreTransaction`, so you're more than aware of that class, sorry for the noise. As for the property itself, yeah,...
@albilaga isn't not possible to mark it `@objc` since it uses a lot of stuff that's Swift-only and not portable. It seems to be an all-around Apple decision to keep...
@albilaga you should still be able to mark it, since `internal` only applies to Swift. When the property is marked `@objc` in an `@objc` object, it will be available in...
I'm tentatively closing this ticket as stale, but if you're still running into issues with it feel free to reopen
there are a couple of fastlane lanes that you can use to generate the docs and preview them, `preview_docs` and `build_docs`
look for this: https://revenuecat.github.io/purchases-ios-docs/5.0.0/documentation/revenuecat/purchases/offerings() the description should be the one for the method, not "inherited" (TIL the current version is broken)