RevenueCat / purchases-ios

In-app purchases and subscriptions made easy. Support for iOS, watchOS, tvOS, macOS, and visionOS.
https://www.revenuecat.com/
MIT License
2.37k stars 319 forks source link

ErrorCode description should be localized #3750

Open ronyfadel opened 8 months ago

ronyfadel commented 8 months ago

RevenueCat's RCPurchasesErrorCode is directly displayed to hundreds of thousands of users daily. It's a shame that the errors aren't localized.

Furthermore, some errors (e.g. storeProblemError) have underlying errors which would warrant a better localized description (such as 'no network connection' or any other storekit error)

RCGitBot commented 8 months ago

👀 We've just linked this issue to our internal tracker and notified the team. Thank you for reporting, we're checking this out!

aboedo commented 8 months ago

Hey @ronyfadel! Definitely valid feedback. Breaking it down into two components:

ronyfadel commented 8 months ago

@aboedo I'll email you, let's dig into it!