adobkin / libcapn

A simple C Library for interact with the Apple Push Notification Service (APNs)
MIT License
100 stars 35 forks source link

Enable default sound #30

Closed yurevich1 closed 8 years ago

yurevich1 commented 8 years ago

How to enable default sound using this library?

yurevich1 commented 8 years ago

Oh, I found. It can be closed. apn_payload_set_sound(payload, "default");

adobkin commented 8 years ago

x