MobileChromeApps / cordova-plugin-service-worker-background-sync

Cordova Service Worker Background Sync Plugin
Apache License 2.0
35 stars 13 forks source link

Worker Registration is not working in ios cordova #8

Open deepanker190890 opened 6 years ago

deepanker190890 commented 6 years ago

I am never getting callback in below function:

  navigator.serviceWorker.ready.then(function (serviceWorkerRegistration) {  
   ... //Most of your background sync related code should go in here
 }

I have wasted 2 days on this plugin.