alexalok / dotAPNS

dotAPNS is a library used to send push notifications to Apple devices using Apple Push Notification service via HTTP/2 API.
Apache License 2.0
114 stars 34 forks source link

Support for anroid devices #132

Closed feeleen closed 1 month ago

feeleen commented 1 month ago

Do you plan to implement api to do pushes to android devices?

alexalok commented 1 month ago

Hey @feeleen,

No, there are no plans for dotAPNS to support anything but Apple Push Notification service. There is an official Firebase C# SDK that supports sending pushes. Perhaps it could fit your requirements?