San
San

Reputation: 2088

Implementing Android Notifications with Oracle server

I am trying to implement push notifications for a mobile app which has its server based on Oracle. I have already implemented normal Push notification in Android using a PHP and SQL server in the back end and this is the first time I am implementing using a Oracle server and it seems that there can be no PHP code on the Oracle side but not sure about that fact.

I have surfed across Google and found out some good links but nothing great. A tutorial to implement the Oracle based push notifications, Oracle Documentation on implementing Push Notification and Oracle Documentation to get started with the implementation. As you can see from all the links, there is no hint of usage of a solid Java Code but rather there is a completely different set of rules and protocols that has to be followed to achieve it.

I am a mid-level android developer trying to figure out what's going on but all in vain. Can anybody please speak android to me ?

Upvotes: 1

Views: 325

Answers (1)

Mr.Rebot
Mr.Rebot

Reputation: 6791

@San, You can try checking Oracle Push Cloud Service. There is a step by step procedure on how to implement Android Notification in Oracle Server. They also have instructions on how to set up your android app for GCM to sending messages to individual users using OPCS.

Upvotes: 2

Related Questions