ios icon indicating copy to clipboard operation
ios copied to clipboard

Sending Push notification via Java

Open categorytechus opened this issue 2 years ago • 1 comments

  1. after Integrating this https://github.com/react-native-push-notification in React native for IOS project. Is three any way to send notificatin via Java code which is received on IOS App ?

  2. Is there any working sample project where notificatin is actually received on IOS App ? I am using React native

categorytechus avatar Jun 25 '23 04:06 categorytechus

For this you can use Google's Firebase Cloud Messaging.

React Native side: https://rnfirebase.io/ Java side: https://www.baeldung.com/spring-fcm

itsmesaskovic avatar Nov 26 '24 15:11 itsmesaskovic