Q: Workflow
Is it possible for us to build some multiple choice questions similar to quiz in the mobile app ? If not, can we make a very rough baseline in Digia Studio first, then upload the source codes to GitHub , and let us download the source code to the local computer so that we can ask other AI to help us further enhance the code, then we upload the revised code to GitHub and the code changes in GitHub will sync to Digia Studio and let us push the mobile app updates to Apple Store and Google Play Store from Digia Studio ?
Digia
Jun 30, 2026A: Good thinking here , technically you can though determinism will break.
as thats not how we designed digia studio
Code in itself cannot be shipped over the air except for RN, config can be shipped.
We are Flutter, Android and iOS OTA solution, in order to do this we had to build our own config language that config language works best with the builder the best
AI can obviouslt edit it, though re importing it to execute is not supported.