Are network requests between the server and the SDK sent over HTTP or HTTPS?

更新时间:
复制 MD 格式

Problem description

Are network requests between the server and the client SDK sent over HTTP or HTTPS? Is encrypted transmission supported?

FAQ

  • Server-side SDK push:

    • API calls: Both HTTP and HTTPS are supported. HTTP is the default protocol, but you can configure the SDK to use HTTPS.

  • Client-side SDK:

    • API calls: The SDK sends API calls over a private, secure, and encrypted channel. The iOS client also supports Apple's App Transport Security (ATS).