Cordova-plugin-background-mode iOS 10.3.2 example

Hi all ! Could anyone share please working example of how to use cordova-plugin-background-mode on iOs ?

in my app.component.ts file I run …

platform.ready().then(() => {
  this.backgroundMode.enable();
});

but after two minutes screen is off and app is freezes …