c# - Parse for Universal Apps -


i'm trying implement parse push notification on windows phone 8.1 (windows runtime app)

searching around found need download sdk parse website , add reference parse.dll , parse.winrt manualy.

i'm able use library, when try subscribe channel after while throws exception.

i'm not able find proper tutorial :(

anyway line of code reise exception:

parsepush.subscribeasync("testchannel");

and stacktrace:

at system.threading.tasks.task.throwifexceptional(boolean includetaskcanceledexceptions) @ system.threading.tasks.task1.getresultcore(boolean waitcompletionnotification) @ system.threading.tasks.task1.get_result() @ parse.parseinstallation.b__d(task1 t) @ system.threading.tasks.continuationtaskfromresulttask1.innerinvoke() @ system.threading.tasks.task.execute() --- end of stack trace previous location exception thrown --- @ system.runtime.compilerservices.taskawaiter.throwfornonsuccess(task task) @ system.runtime.compilerservices.taskawaiter.handlenonsuccessanddebuggernotification(task task) @ system.runtime.compilerservices.taskawaiter.getresult() @ parse.parseinstallation.d__4.movenext()

edit: after test have found parse doesn't work on windows phone emulator, have tried app on phone works perfectly

edit2: know how fix emulator issue parse?

after test have found parse doesn't work on windows phone emulator, have tried app on phone works perfectly


Comments

Popular posts from this blog

r - Trouble relying on third party package imports in my package -

Payment information shows nothing in one page checkout page magento -