- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试在我的 Xamarin.Forms 应用程序中实现推送通知。
我关注了this Microsoft doc ,但我收到了 Unauthorized
错误
await push.RegisterAsync(RegistrationID, templates);
线。异常情况如下:Microsoft.WindowsAzure.MobileServices.MobileServiceInvalidOperationException:您无权查看此目录或页面。
我已添加发件人 ID
(来自 Firebase)(他们在文档中将其称为“项目编号”)
public class PushHandlerBroadcastReceiver : GcmBroadcastReceiverBase<GcmService>
{
public static string[] SENDER_IDS = new string[] { "<my_sender_id_here>" };
}
我还将服务器 key
(来自 Firebase)添加到 Azure 门户通知中心的“Google (GCM) API key ”。
我已在 AVD 上登录 Google 帐户。 (我还使用 Azure AD B2C 登录了 Azure MobileServicesClient,但我认为这并不重要。)
我找到了other people with this same issue (搜索“权限”,直接链接不起作用),但只有一个实例。但没有人提供解决方案。
我错过了什么?
最佳答案
我猜你只是没有看到我的任何回复,因为我已经回答了六次了。
应用服务推送当前存在问题。该修复需要在 Azure 应用服务中推广,因此速度不会很快。
相反,请查看我的书的第 5 章:http://aka.ms/zumobook - 它提供了您需要的确切替代代码。提供的代码在修复后以及现在都可以工作,因此您的代码不必再次更改。
关于push-notification - Xamarin.Forms Azure 推送通知 - "MobileServiceInvalidOperationException: You do not have permission to view this directory or page",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42125807/
我正在从 Windows Phone 8 模拟器调用 Azure 移动服务。有时我会收到没有 InnerException 属性的 MobileServiceInvalidOperationExcep
我想制作一个将 blob 上传到 azure 存储的示例应用程序。我已关注this和 this ,两种方式都会引发 MobileServiceInvalidOperationException 500
这是我正在使用的方法。 try { List pList = await App.MobileService.GetTable().Where( patient
我们正在尝试关注this教程并在 Android 上运行客户端管理的身份验证。以下是我们在 Azure AD B2C 中配置应用程序的方式: 然后在 Azure 移动应用中我们启用 Azure AD
我正在尝试在我的 Xamarin.Forms 应用程序中实现推送通知。 我关注了this Microsoft doc ,但我收到了 Unauthorized 错误 await push.Registe
我是一名优秀的程序员,十分优秀!