Hello All,
I am facing an issue with the file uploader in the new beta version of the mobile app in AppMaster.io. The file upload feature is not working, and I am unable to upload files from the mobile app.
Steps to Reproduce:
- Open the mobile app (beta version).
- Try to upload a file using the file uploader.
- The upload fails (no response or error).
Temporary Workaround:
Since I need file upload functionality, I have implemented a temporary workaround by creating a web app that handles the file upload. The process works as follows:
- The user navigates from the mobile app to the web app.
- The user uploads the file via the web app.
- After successful upload, the user is redirected back to the mobile app.
Questions:
- Is there an official fix or update planned for this issue in the beta version?
- Is there a better way to seamlessly integrate the web upload flow into the mobile app?
- Any suggestions on how to automatically redirect users back to the mobile app after a successful upload?
I would appreciate any insights or guidance.
Thank you!