kukosk / pyapns_client

Simple, flexible and fast Apple Push Notifications on iOS, OSX and Safari using the HTTP/2 Push provider API.
Other
25 stars 11 forks source link

Can this be used in production? #16

Closed MauPoLom closed 8 months ago

MauPoLom commented 8 months ago

Hi,

just a small question. Can this used to send notifications to devices in a production environment.

the "mode=APNSClient.MODE_DEV," settings seems to suggest this but it's unclear what other setting to use.

Thank you,

Mau

MauPoLom commented 8 months ago

Sorry, found it in the source code

MODE_PROD for production MODE_DEV for sandbox, testing