I have an app being used in production with a critical bug: we have an upload loop that fetches records created on the on-device storage, filters them to find records that are waiting to be uploaded, and then uploads them to the cloud. We are having a critical issue where records are not being included in the upload loop and get stuck in a status of pending.
I would appreciate urgent help from someone who is familiar with AppGyver’s on-device storage functionality, Android APK deployment, creating loops, and REST APIs.