-
Notifications
You must be signed in to change notification settings - Fork 8
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
Aab #9
base: master
Are you sure you want to change the base?
Aab #9
Conversation
Добавил возможность загрузки aab файла, но сам не тестировал |
Добавил возможность выгрузить Что нового? в черновик (путь можно указать тот же что и для google play) |
Привет |
Привет, спасибо за апдейт, постараюсь на этой или следующей неделях проверить и запаблишить обнову |
draft_id = Helper::RustoreHelper.create_draft(token, package_name, publish_type, changelog_path) | ||
# Загрузка aab | ||
if aab | ||
Helper::RustoreHelper.upload_app(token, draft_id, false, gms_apk, package_name, true) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Привет!
А вот тут не так должно быть случайно?
А то получается, if aab
а мы все равно загружаем apk
Helper::RustoreHelper.upload_app(token, draft_id, false, aab, package_name, true)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
я бы вообще сделал отдельный апи для загрузки apk, aab, huawei_apk
меньше if'ов - проще код
да и у хуавея свой app gallery есть
No description provided.