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

deliver not loading all languages or metadata #4180

Closed
2 tasks done
chrisballinger opened this issue Apr 13, 2016 · 5 comments
Closed
2 tasks done

deliver not loading all languages or metadata #4180

chrisballinger opened this issue Apr 13, 2016 · 5 comments

Comments

@chrisballinger
Copy link
Contributor

New Issue Checklist

Issue Description

When migrating from an older version of deliver, I can't seem to get all of my language metadata to upload anymore. The metadata directory structure from the two versions seems to be identical. Curiously it is missing both a majority of the languages and is missing the title.txt and version_whats_new.txt from the languages it does find.

screen shot 2016-04-12 at 5 59 41 pm

Complete output when running fastlane, including the stack trace and command used
[17:28:28]: Making sure the latest version on iTunes Connect matches '3.2' from the ipa file...
[17:28:30]: '3.2' is the latest version on iTunes Connect
[17:28:30]: Loading './metadata/de-DE/description.txt'...
[17:28:30]: Loading './metadata/de-DE/keywords.txt'...
[17:28:30]: Loading './metadata/de-DE/support_url.txt'...
[17:28:30]: Loading './metadata/de-DE/privacy_url.txt'...
[17:28:30]: Loading './metadata/en-US/description.txt'...
[17:28:30]: Loading './metadata/en-US/keywords.txt'...
[17:28:30]: Loading './metadata/en-US/support_url.txt'...
[17:28:30]: Loading './metadata/en-US/privacy_url.txt'...
[17:28:30]: Loading './metadata/es-ES/description.txt'...
[17:28:30]: Loading './metadata/es-ES/keywords.txt'...
[17:28:30]: Loading './metadata/es-ES/support_url.txt'...
[17:28:30]: Loading './metadata/es-ES/privacy_url.txt'...
[17:28:30]: Loading './metadata/fr-FR/description.txt'...
[17:28:30]: Loading './metadata/fr-FR/keywords.txt'...
[17:28:30]: Loading './metadata/fr-FR/support_url.txt'...
[17:28:30]: Loading './metadata/fr-FR/privacy_url.txt'...
[17:28:30]: Loading './metadata/nl-NL/description.txt'...
[17:28:30]: Loading './metadata/nl-NL/keywords.txt'...
[17:28:30]: Loading './metadata/nl-NL/support_url.txt'...
[17:28:30]: Loading './metadata/nl-NL/privacy_url.txt'...
[17:28:30]: Loading './metadata/pt-BR/description.txt'...
[17:28:30]: Loading './metadata/pt-BR/keywords.txt'...
[17:28:30]: Loading './metadata/pt-BR/support_url.txt'...
[17:28:30]: Loading './metadata/pt-BR/privacy_url.txt'...
[17:28:30]: Loading './metadata/pt-PT/description.txt'...
[17:28:30]: Loading './metadata/pt-PT/keywords.txt'...
[17:28:30]: Loading './metadata/pt-PT/support_url.txt'...
[17:28:30]: Loading './metadata/pt-PT/privacy_url.txt'...
[17:28:30]: Verifying the upload via the HTML file can be disabled by either adding
[17:28:30]: `force true` to your Deliverfile or using `deliver --force`
Does the Preview on path './Preview.html' look okay for you? (y/n)

Configuration Files

Deliverfile:

# The version of your app - remove this if you provide an ipa file
app_version "3.2"
submit_for_review false
skip_binary_upload true
skip_screenshots true

Environment

fastlane version (fastlane -v): fastlane 1.81.0 deliver 1.11.0
Do you use bundler, rbenv or rvm? rbenv

@TKBurner
Copy link

@chrisballinger Thanks for reaching out. Can you run deliver with the verbose flag so I can have a look at the output? deliver --verbose 👍

@chrisballinger
Copy link
Contributor Author

I ended up just manually copy-pasting the What's New to the 20 languages in iTunes Connect. I'll post verbose output when submitting our next point update.. which will probably be soon

@fastlane-bot
Copy link

There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.

Please make sure to update to the latest fastlane version and check if that solves the issue. Let us know if that works for you by adding a comment 👍

@fastlane-bot
Copy link

This issue will be auto-closed because there hasn't been any activity for a few months. Feel free to open a new one if you still experience this problem 👍

@chrisballinger
Copy link
Contributor Author

It seems to be because the language codes that deliver/Apple use have changed. For example da-DK is now just da. Also title.txt is now name.txt...

@fastlane fastlane locked and limited conversation to collaborators Dec 6, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants