Andy Boedo
Andy Boedo
@jesus-mg-ios would you mind trying out the branch `intro-eligibility-checker-sk1` from this PR to see if you get better results? https://github.com/RevenueCat/purchases-ios/pull/1894 It just disables SK2 for this particular operation. Let me...
@jesus-mg-ios thanks for getting back to us. This confirms that the issue is StoreKit 2's underlying API being very slow for this... Which is frankly unfortunate because it's the only...
Hey folks, thanks for the feedback! We're discussing best approaches here. Caching is possible, although like all caching things it's not trivial and we'd want to get it right. So...
Update here: we've updated `checkTrialOrIntroDiscountEligibility` so that it uses our StoreKit 1 implementation if `useSK2IfEnabled` = false. This will go out very soon in release 4.13.3, PR is here https://github.com/RevenueCat/purchases-ios/pull/1988
@cyanzhong we have some upcoming work that will address MitM attacks. I don't have an ETA I can share yet, though. Implementing SSL pinning is easy for a single app,...
@jesus-mg-ios yeah, definitely not a strict requirement. The idea to use the CA's cert is to provide extra flexibility - that way we can update the backend's cert and as...
Hi @anivaros, thanks for reporting! Could you share a snippet for the code that handles the delegate call? It might help us understand what's going on.
Any chance that `subscriptionController` might be getting dereferenced by the time the stream sends another update? We're still digging on our side to find potential memory issues that could cause...
Hey @Zaprogramiacz! 👋 You are absolutely welcome to contribute to this! We're more than happy to review and to assist with any questions you have along the way 💪
Hey, sorry for the late reply. Yeah, that's still the main idea, to have a separate SPM package and maybe also a pod, with just the SwiftUI extensions