Azure Push使用MobileServiceClient

时间:2016-02-10 03:18:01

标签: android .net azure xamarin push-notification

我正在尝试使用" Windows Azure移动服务"设置推送通知。 SDK(https://www.nuget.org/packages/WindowsAzure.MobileServices/)。但是,当我调用RegisterNativeAsync方法时,我收到以下错误,没有进一步的信息和在线帮助很少:

  

Newtonsoft.Json.JsonReaderException:遇到意外的字符   在解析值时:<。路径'',第0行,第0位。

我认为这是从azure回来的一些错误XML,可能与下面的一些错误代码相关,但我不知道内容?

MobileServiceClient mobileServiceClient = new MobileServiceClient(myAppURI, myAppKey);
_push = mobileServiceClient.GetPush();
...
await _push.RegisterNativeAsync(deviceId);

我可能只是使用了错误的myAppURI / myAppKey,有人可以提供这些可能的截图,因为它们似乎在各处都有不同的名称吗?

0 个答案:

没有答案