You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.
Our project is based on https://github.com/Adobe-Marketing-Cloud-Apps/aem-phonegap-starter-kit. Content sync is running on application startup, when splash page is displayed. Users with older devices need to wait up to 30 seconds for app to initialize, that’s why we decided to run content sync in background thread.
Actual result:
Application freezes during content sync on iOS devices.
Expected:
Content sync runs in background thread on all devices.
The text was updated successfully, but these errors were encountered:
Our project is based on https://github.com/Adobe-Marketing-Cloud-Apps/aem-phonegap-starter-kit. Content sync is running on application startup, when splash page is displayed. Users with older devices need to wait up to 30 seconds for app to initialize, that’s why we decided to run content sync in background thread.
Actual result:
Application freezes during content sync on iOS devices.
Expected:
Content sync runs in background thread on all devices.
The text was updated successfully, but these errors were encountered: