Skip to content

ParsePush.SubscribeAsync() & SaveAsync() Keep throwing System.AggregateException all the time on Windows 10 UWP #100

@SalehAlbuga

Description

@SalehAlbuga

ParsePush.SubscribeAsync() & SaveAsync() Keep throwing System.AggregateException all the time on Windows 10 UWP. Also The framework doesn't even register installations.

Here the stack trace:

Exception thrown: 'System.AggregateException' in mscorlib.ni.dll
   at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
   at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
   at Parse.PlatformHooks.get_AppName()
   at Parse.ParseInstallation.SaveAsync(Task toAwait, CancellationToken cancellationToken)
   at Parse.ParseObject.<>c__DisplayClass41.<SaveAsync>b__40(Task toAwait)
   at Parse.Internal.TaskQueue.Enqueue[T](Func`2 taskStart, CancellationToken cancellationToken)
   at Parse.ParseObject.SaveAsync(CancellationToken cancellationToken)
   at Parse.ParseObject.SaveAsync()
   at MyApp.MainPage.<Page_Loaded>d__1.MoveNext()

Help! I cannot get it working and I didn't see similar cases.
Note that I'm using Parse from NuGet

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions