Guys,
What java library/api is available in Oracle MAF to send push notification from the mobile app to another mobile app?
I was able to replicate successfully the pushDemo and pushServer examples of the oracle MAF. I could push notifications from the server and receive it successfully through FCM on registered mobile device but i could not make it to reply message from the mobile device.
I tried to use the google.gcm library as used on the server but the Sender class is throwing error.
Any help/idea will be appreciated.