Note that there are some explanatory texts on larger screens.

plurals
  1. USMuhwu
    primarykey
    data
    text
    plurals
    1. COThank you! Are you aware of similar limits to WNS (the daily limits). Basically my target is Windows 8 devices including PCs, tablets and phones. Does that mean I have to use separate solution for WP8 or is MPNS WP7 solution and WNS for all W8 devices? Also, when you say it's probably inappropriate, is it merely because of the battery power issue or is my approach flawed by design? Something I looked into recently was notification hubs, that might be a partial solution for bundling up those pushes. It would still mean a lot of notifications being sent, but they could be bundled up.
      singulars
    2. COCalling method had async on it. I found the root cause of this error (see my answer below). I don't know why I didn't get a missing reference exception though. When I changed the return type from the persondata to a custom class, I could await it properly.
      singulars
    3. COThanks. The actual thing that I want to do though is to handle unwrapping the task in the wrapper handler and process the data to a neater format, so I do want to await it in the wrapper. I found the source of the problem though, it was the fact that this whole thing consists of a plurality of different projects. The communication module of it contains multiple different libraries to separate service providers. The returned "PersonData" resided in one of these assemblies and was not referenced from the main app project. The error I received didn't really reflect that this was the root cause...
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload