asdev
asdev copied to clipboard
Support creating new apps
Arguably, the savings in automating app creation is not much, but it's still a multi-step process. It would be nice to support it.
I've documented the steps:
Step 1: Upload APK
- Open: http://developer.asustor.com/app/upload
- Add apk:
#appFile(input) - Set beta status?: Check
#is_beta(checkbox) - Submit:
#mainform(form)
Step 2: Submit APK
- Fill out mandatory info:
- Tags are required:
#tags_en_US(input)
- Tags are required:
- Fill out optional info:
- Add categories?: Select options for
#category_id
- Add categories?: Select options for
- Submit:
#mainform(form) - Check new app ID (APP_ID)
Step 3: Update icon
- Load: http://developer.asustor.com/app/updateLargeIcon?id=APP_ID
- Add icon to
#large_icon(input) - Submit form (name):
FileForm- Or via button:
.form-submit
- Or via button:
Step 4: Edit info
- Load: http://developer.asustor.com/app/editMultilang?id=APP_ID
- Fill textarea:
#license_en_US(if license is present)
Step 5: Add screenshot
- Load: http://developer.asustor.com/app/editScreenshot?id=APP_ID
- Add screenshot to input (name):
app_screenshot - Submit form, button has value
"Upload"
Step 6: Final (submit for review)
- Load: http://developer.asustor.com/app/submitReview?id=APP_ID
- Done