My application is using the Auto-upload feature which allows using a Resource Intensive Task to upload pictures.
If I use ScheduledActionService.LaunchForTest then it works fine, but when I erase this line of code, the resource intensive task never executes (and I see that the phone meets all the requirements).
The app is in release mode btw.
What could happen? It will be executed in several hours after or it will never be executed? Is there any bug?