|
|
|
|
|
by mnvrth
834 days ago
|
|
> Anyone else find where they are doing anything iOS specific to enable background uploads when you don't ever open the app? Search for "SyncService.instance.sync" in the code, that's what gets triggered. The trigger is us sending periodic silent pushes to wake up the app. > My guess is that as part of the Ente team, you open the app semi regularly, which is enough for the device to give some budget for your cloud sync process to kick off in the background every now and then. I know what you think, but that's really not the case :) Many our customers are on iOS, they're satisfied with it. There are areas to improve yes - the initial import is the major pain, esp because it is also the customer's first interaction with the app - but the background sync itself is works seamlessly in practice. |
|