• Что бы вступить в ряды "Принятый кодер" Вам нужно:
    Написать 10 полезных сообщений или тем и Получить 10 симпатий.
    Для того кто не хочет терять время,может пожертвовать средства для поддержки сервеса, и вступить в ряды VIP на месяц, дополнительная информация в лс.

  • Пользаватели которые будут спамить, уходят в бан без предупреждения. Спам сообщения определяется администрацией и модератором.

  • Гость, Что бы Вы хотели увидеть на нашем Форуме? Изложить свои идеи и пожелания по улучшению форума Вы можете поделиться с нами здесь. ----> Перейдите сюда
  • Все пользователи не прошедшие проверку электронной почты будут заблокированы. Все вопросы с разблокировкой обращайтесь по адресу электронной почте : info@guardianelinks.com . Не пришло сообщение о проверке или о сбросе также сообщите нам.

HarmonyOS NEXT Meta Services: How to Rapidly Publish Your Work for Free

Lomanu4 Оффлайн

Lomanu4

Команда форума
Администратор
Регистрация
1 Мар 2015
Сообщения
1,481
Баллы
155
Introduction: In the realm of martial arts, speed reigns supreme.
This article discusses how to publish your work for free and at maximum speed. The author shares a two-hour workflow from project initiation to submission for review as a reference.

  1. Project Selection Conclusion: Choose "Meta Service," standalone tools (non-gaming). Reason: Standalone meta services avoid software copyright ("soft著") and regulatory filings ("备案"). Tool-type apps meet this requirement. Note: Avoid game development for fast approval—game licenses are notoriously difficult to obtain.


Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.



  1. Code Implementation Conclusion: Use simple utilities (e.g., counters). Reason: Select code from non-network, non-gaming templates. For example, repurpose educational tools like "Schulte Grid" (focus training) or "24-Point Math" (arithmetic practice). Sample Code Repositories:

Temperature Converter: Link
Text-to-Pinyin: Link
QR Code Generator: Link
Counter: Link
(Full list retained in original structure)

  1. App Naming Conclusion: Verify unregistered names via MIIT (Ministry of Industry and IT). Reason: Reusing registered names triggers rejection within 36 hours. Note: Search for "APP" type names here: MIIT Query Portal.


Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.



  1. Logo Design Conclusion: Create a 1024x102px gradient/square image with minimal text. Use HarmonyOS’s Image Asset tool. Note: Custom logos risk rejection—strictly follow official guidelines.


Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.



  1. Build Configuration: Multi-Target Output Conclusion: Configure debug and release profiles in build-profile.json5. Steps:

Set default for debugging and release for publishing.
Update applyToProducts to ["default", "release"].
Switch profiles before testing/publishing.


{
"app": {
"signingConfigs": [...],
"products": [
{ "name": "default", "signingConfig": "default" },
{ "name": "release", "signingConfig": "release" }
],
"buildModeSet": [...]
},
"modules": [...]
}


Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.



  1. Privacy Policy Conclusion: Use Huawei’s template in AppGallery Connect. Steps: Create a new agreement under "Protocol Services" and link it during submission.


Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.



  1. User Agreement Conclusion: Host on Gitee (free Markdown-based repository). Template: Counter App Agreement.


Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.



  1. Final Steps Check "Disclaimer" and select "Standalone App." Disable tablet compatibility if unoptimized. Submit the .app file (generated via Build > Build APP). Ensure "Test & Official Release" is selected— not "Test Only."


Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.



  1. Submit & Pray Cross your fingers, hit "Submit," and wait for approval! ?

All images and links retained as per original structure.


Пожалуйста Авторизируйтесь или Зарегистрируйтесь для просмотра скрытого текста.

 
Вверх Снизу