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 …