简体   繁体   English

Apple Push Notification中的SSL证书

[英]SSL certificate in Apple Push Notification

Is there any necessity to use one SSL certificate for enabling Apple push notification for iOS applications.If yes then what is the use of including it. 是否有必要使用一个SSL证书来为iOS应用程序启用Apple推送通知。如果是,那么包含它的用途是什么。 Any suggestions will be really helpful. 任何建议都会非常有帮助。

SSL certificate helps to secure data travelling between two ends (ie browser and server). SSL证书有助于保护在两端(即浏览器和服务器)之间传输的数据。 So nobody can intercept the confidential data like, email, password, address, SSN, etc. entered by users. 因此,没有人可以截获用户输入的机密数据,例如电子邮件,密码,地址,SSN等。

Apple has already declared deadline for all apps in App Store must switch to App Transport Security by January 1, 2017. Check this article for more details: https://techcrunch.com/2016/06/14/apple-will-require-https-connections-for-ios-apps-by-the-end-of-2016/ 苹果公司已经宣布,App Store中所有应用程序的截止日期必须在2017年1月1日之前切换到App Transport Security 。请查看本文以了解更多详细信息: https : //techcrunch.com/2016/06/14/apple-will-require- https-connections-for-ios-apps-by-the-end-of-2016 /

In addition to use features like, geolocation , Push Notification , getUserMedia() , HTTP/2 ; 除了使用诸如geolocationPush NotificationgetUserMedia()HTTP/2 you must have HTTPs for Google Chrome. 您必须具有用于Google Chrome浏览器的HTTP。 Have a look at this post for the requirements on HTTPs in 2017. 看看这篇文章了解2017年对HTTP的要求。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 苹果推送通知服务ssl证书已过期? - apple push notification servicce ssl certificate expired? 用于推送通知的 Apple SSL 证书 x 常规 SSL 证书 - Apple SSL certificate for push notification x regular SSL certificate Apple 推送通知服务 SSL(沙盒和生产)证书是否通用? - Is the Apple Push Notification service SSL (Sandbox & Production) certificate universal? iOS推送通知SSL证书 - iOS Push Notification SSL Certificate 我的iOS通知服务器正在使用DEV SSL证书,但正在连接gateway.push.apple.com? - My iOS notification server is using DEV SSL Certificate but is connecting to gateway.push.apple.com? 使用 APNs 密钥发送通知时,是否需要 Apple 推送通知服务 SSL 证书? - Is an Apple Push Notification service SSL Certificate necessary when using an APNs key for sending notifications? 生成推送通知SSL证书并使用新的Apple面板进行开发? - generate push notification ssl certificate and provision using new apple panel for development? 将通知推送到没有证书文件的Apple设备 - Push notification to apple device with no certificate file Apple 开发者计划和推送通知证书 - Apple Developer Program and Push Notification certificate Apple Push Notification 服务服务器证书更新 - Apple Push Notification service server certificate update
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM