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

Aab #9

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Aab #9

wants to merge 5 commits into from

Conversation

Splicer97
Copy link

No description provided.

@Splicer97
Copy link
Author

Добавил возможность загрузки aab файла, но сам не тестировал

@Splicer97 Splicer97 mentioned this pull request Sep 29, 2024
@Splicer97
Copy link
Author

Добавил возможность выгрузить Что нового? в черновик (путь можно указать тот же что и для google play)

@Splicer97 Splicer97 mentioned this pull request Oct 8, 2024
@Dimon70007
Copy link

Dimon70007 commented Nov 2, 2024

Привет
круто что написал плагин для выгрузки в рустор
когда PR планируется мержить ?
помощь нужна?

@stfbee
Copy link
Owner

stfbee commented Nov 7, 2024

Привет, спасибо за апдейт, постараюсь на этой или следующей неделях проверить и запаблишить обнову

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)
Copy link

@kindapath kindapath Nov 7, 2024

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)

Copy link

@Dimon70007 Dimon70007 Nov 7, 2024

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 есть

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

Successfully merging this pull request may close these issues.

4 participants