So after much searching through the internet and trial and errors I’ve constructed a backgroundTask in a W8 App. But apperently the windows BackgroundTask class does only allow you to have a interval of 15 minutes.
Though for the application I’m developing is this useless. I need a interval of max 1 minute. Does anyone know a working workaround for a background task to run with the app suspended in a max interval of 1 minute?
Per the documentation (see here and here), there’s no way to schedule it more frequently than every 15 minutes. Your question implies you already knew this, however.
I don’t think there is going to be a workaround available, and even if you found one, I’m pretty sure that would be grounds for having your app rejected from the store.