权限通知推送

时间:2018-03-23 05:58:42

标签: ios cordova firebase push-notification ionic3

使用firebase在iOS中实现推送通知,如果我安装这样的应用程序,一切都运行良好:

h1 {
	font-size: 50px;
	color:#fff;
	position: relative;
    z-index: 10;
}
.bg_img {
	position: relative;
	background:url(https://preview.ibb.co/k2cREc/banner_about.jpg) no-repeat;
	background-size:cover;
	height: 400px;
	background-color:  rgba(0, 0, 0, 0.3);
	display: flex;
    justify-content: center;
    align-items: center;
}
.bg_img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

请求权限并正确发送通知。但是,当我从Xcode安装应用程序时,我没有收到权限警报,也没有收到通知。从Firebase控制台,我也没有收到任何错误。

1 个答案:

答案 0 :(得分:2)

请注意Xcode 8及更高版本的用户。 如果您使用的是最新版本的Xcode,则在应用能够接收通知之前,您可能需要激活推送通知功能。 要执行此操作,只需导航到Xcode中应用程序概述中的功能部分,然后切换推送通知

重要:使用Auth认证(p8)代替p12 ssl