0

To do push notifications to my Android app I use PushSharp, it's very easy.There is also tools for IOS push and I want to send notifcations but I don't find anything in Java to implement push for IOS.

If someone have an idea ?

Thanks

benji2092
  • 53
  • 1
  • 8

1 Answers1

0

You can use java- APNS library for sending push notifications to IOS devices. Please find link https://github.com/notnoop/java-apns

Prasanna Aarthi
  • 3,193
  • 2
  • 21
  • 44