The application is being killed when the single app mode is activated on a device.

I am working on an application which performs certain operation when in background. But, this does not work in case of Single App Mode. This application is killed automatically by iOS when single app mode is activated for some other apps, for instance, Application ‘XYZ’ is being killed from background when single app mode is activated for ‘Chrome’ application.


Is there any way to prevent my application from being killed when single app mode is activated for other application?