I'm creating a Windows Store App.
I wanted to take a break from coding and have some fun with graphics, so I started to add Logos in a variety of formats.
After I finished, I get an error message that reads:
Error 1 App manifest defines lock screen notifications without specifying one of appropriate background task types: timer, control channel, push notification, or location.
My application does not need to pass any notifications to the user when the screen is locked.
Can I bypass this?