Hi,
I have the following use case:
- Building a JET mobile app for an Android device
- The app is supposed to fetch data from a server by calling a webservice every day at 4 am
- The device will be turned on (plugged in for battery charge) at 4 am
- No user will be logged in to the JET app at 4 am, nor the app will be open (on the device screen) at that time
- At 4 am, the JET app is ‘awaken’ and makes a call to a server via webservice requesting data to be downloaded
- The server transfers a file and the JET app stores the data in the device
- Later in the morning, a user login to the JET app on the device and access the data downloaded at 4 am
Is this scenario possible to implement or are there any restrictions/limitations?
Thanks