on ‎2013 Oct 08 7:30 PM
Hi Experts,
I have a application for iOS devices. We have offline capability build into that. While synchronizing the data to device, it is taking a longer time because of so many records in pending item count to synchronize (which is based upon Message Based Synchronization (MBS)). I am trying to reduce synchronization time and move to the back end process without impacting/slowing down the user actions. Can someone guide me what action I should take.
Regards
Request clarification before answering.
You can perform the sync in the background off the app too. Hence the user need not to sync it. Or you can keep both the options.
Midhun VP
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am not sure about the two calls to SUP at the same time from the device. In SMP 3.0 a new functionality is going to be added in the to manage the offline sync efficiently (Odata based), where the user will have the control over which data to be sync at the moment. If he is in a good network he can sync large files and with poor network connectivity he can sync data based on the priority.
In your case you can run the background job when the the app is not in the forefront, then the user will get face the lag. I am not sure how to achieve this in IOS.
- Midhun VP
You can perform the sync in the background off the app too. Hence the user need not to sync it. Or you can keep both the options.
Midhun VP
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 13 | |
| 8 | |
| 7 | |
| 5 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.