Hi All,
We have a requirement that in our offline featured enabled mobile apps if user is submitting the reports when the device is offline and close the mobile application still that report should be synced onshore if device comes online.
For example :
I have an offline mobile app installed on my device.
Now my device is offline so I have opened the application and created one report and closed the application on the device.
Now say after 2 mins my device is back online so the submitted reported should be synced to onshore even the application is closed on my device.
Please share the steps on how to achieve this requirement.
Kindly let us know in case if any more information is needed from our side.
Thank you
Deepak
Hi Deepak,
You can do it in this way:
https://success.outsystems.com/Documentation/11/Reference/OutSystems_Language/Platform_Utilities/System_Events/Mobile/On_Application_Resume
Hi @Ravi Punjwani ,
Thank you for the reply but I believe Application resume works if we are resuming the application on mobile device but here the case is that application is closed on the device and still we like to execute the offline sync process for that application.