Seems as though a few people have been having this issue so I used this suggestion and it worked!
this.backgroundMode.setDefaults({
title: 'TheTitleOfYourProcess',
text: 'Executing background tasks.',
silent: true
});
Seems as though a few people have been having this issue so I used this suggestion and it worked!
this.backgroundMode.setDefaults({
title: 'TheTitleOfYourProcess',
text: 'Executing background tasks.',
silent: true
});