problem about background-agents-Collection of common programming errors


  • Markus
    windows-phone-8 windows-phone background-agents
    There is a list of unsupported APIs for background agents, such as Microsoft.Devices.Sensors. The sensors are also accessible through the runtime API Windows.Devices.Sensors, which is not in the list of unsupported APIs. Can they be used from a background agent? Or are there any special limitations to the runtime APIs?

  • Josh
    windows-phone background-agents background-audio
    Every sample I’ve seen for updating the historyitem in a Windows Phone 8 Media Hub app shows using a local image/uri for displaying the background of the item.However, I am streaming the file, and I have a remote URI for that song cover, but I cannot seem to use this uri for the history item.I attempted to download the image to localstorage, but this appears to not always work, and crashes the background agent.not to mention the fact that I have to do this asynchronously, and needs to support do

  • Tanvir Sourov
    c# xaml windows-phone-8 background-agents background-audio
    around a week ago, I submitted an online Background Radio Streaming app for the Windows Phone store. The app was quite good (as I used the Emulator to test it, it was good on all the possible sectors) but when I submitted it for certification, it failed.According the the error log, if someone is already playing a Music from Music + Video hub and then tries to open this app, both of the apps Crash and stop unexpectedly.So far I understood, it is because the Music of Music + Video hub is also Back