Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use default localization if app store localization for the device language is null or empty #962

Open
cpuell opened this issue Feb 4, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@cpuell
Copy link

cpuell commented Feb 4, 2024

When product in app store does not have a title or description in the language of the device, it shows empty title and description when querying the offerings in app. It should show the default language / localization if the app store title or description is null or empty.

IMG_CA4B0B56E283-1

@cpuell cpuell added the enhancement New feature or request label Feb 4, 2024
@RCGitBot
Copy link
Contributor

RCGitBot commented Feb 4, 2024

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

@aboedo
Copy link
Member

aboedo commented Feb 5, 2024

Hi! 👋 Thanks for the feedback!
There are a few technical constraints that would make this very difficult to achieve. The good news is that you can't run into this in production since descriptions are required fields for each localization, this is mostly an issue that you would get when testing with StoreKit Configuration files if you haven't set the values for a given localization.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants