Apple 推送通知中的 SSL 证书
SSL certificate in Apple Push Notification
是否需要使用一个 SSL 证书来为 iOS applications.If 启用 Apple 推送通知是的,那么包含它有什么用。
任何建议都会很有帮助。
SSL 证书有助于保护两端(即浏览器和服务器)之间传输的数据。所以没有人可以拦截用户输入的电子邮件、密码、地址、SSN 等机密数据。
Apple 已经宣布 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/
除了使用 geolocation
、Push Notification
、getUserMedia()
、HTTP/2
等功能外;您必须具有 Google Chrome 的 HTTP。查看 this post 了解 2017 年对 HTTP 的要求。
是否需要使用一个 SSL 证书来为 iOS applications.If 启用 Apple 推送通知是的,那么包含它有什么用。 任何建议都会很有帮助。
SSL 证书有助于保护两端(即浏览器和服务器)之间传输的数据。所以没有人可以拦截用户输入的电子邮件、密码、地址、SSN 等机密数据。
Apple 已经宣布 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/
除了使用 geolocation
、Push Notification
、getUserMedia()
、HTTP/2
等功能外;您必须具有 Google Chrome 的 HTTP。查看 this post 了解 2017 年对 HTTP 的要求。