Push notification request from C

Please provide the following:

  1. SDK Version:42
  2. Platforms(Android/iOS/web/all):All
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

Hi! We are trying to send a push notification from our backend writen in C. We know how to send a POST request to HTTP, but according to the expo notification documentation, we have to send a POST request to an HTTPS address(https://exp.host/--/api/v2/push/send). From our understanding, we have to deal with the SSL certificate, and translate the url exp.host to IPV4. Are we on the right track? Our main issue is handling SSL certificate. Any help would be much appreciated!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.