Windows Phone 8.1 Push Notifications BackgroundTask won't start -


i working on push notification in windows phone app , having issues.

from time time backgroundtask responsible push notification handling isn't wake know it- cause i've spread logs after each code line in task.

i know sure token valid , getting notifications server.

this happens when debugger not attached. don't see exception either in log.

i can see in logs, 1 line before showing toast cut @ end in middle of writing (guess task terminated suddenly?)

any ideas can cause behavior?

i think main problem tried use many of cpu time , while writing logs , using heavy application services (mvvmcross) such sqlite.

after removing logs, , heavy consuming time operations - worked :)


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -